CancelAddParticipantOperationResult Class

  • java.lang.Object
    • com.azure.communication.callautomation.models.CancelAddParticipantOperationResult

public final class CancelAddParticipantOperationResult

The CancelAddParticipantResult model.

Constructor Summary

Constructor Description
CancelAddParticipantOperationResult()

Public constructor.

Method Summary

Modifier and Type Method and Description
String getInvitationId()

Get the invitationId property: The invitation ID used to cancel the add participant request.

String getOperationContext()

Get the operationContext property: The operation context provided by client.

Methods inherited from java.lang.Object

Constructor Details

CancelAddParticipantOperationResult

public CancelAddParticipantOperationResult()

Public constructor.

Method Details

getInvitationId

public String getInvitationId()

Get the invitationId property: The invitation ID used to cancel the add participant request.

Returns:

the invitationId value.

getOperationContext

public String getOperationContext()

Get the operationContext property: The operation context provided by client.

Returns:

the operationContext value.

Applies to