Class CancelAddParticipantOperationResult

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

public final class CancelAddParticipantOperationResult extends Object
The CancelAddParticipantResult model.
  • 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.