CancelAddParticipantOperationResult Class
- java.
lang. Object - com.
azure. communication. callautomation. models. CancelAddParticipantOperationResult
- com.
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 invitation |
| String |
getOperationContext()
Get the operation |
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:
getOperationContext
public String getOperationContext()
Get the operationContext property: The operation context provided by client.
Returns: