Class CancelAddParticipantOperationResult
java.lang.Object
com.azure.communication.callautomation.models.CancelAddParticipantOperationResult
The CancelAddParticipantResult model.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the invitationId property: The invitation ID used to cancel the add participant request.Get the operationContext property: The operation context provided by client.
-
Constructor Details
-
CancelAddParticipantOperationResult
public CancelAddParticipantOperationResult()Public constructor.
-
-
Method Details
-
getInvitationId
Get the invitationId property: The invitation ID used to cancel the add participant request.- Returns:
- the invitationId value.
-
getOperationContext
Get the operationContext property: The operation context provided by client.- Returns:
- the operationContext value.
-