CancelAddParticipantOperationOptions Class
- java.
lang. Object - com.
azure. communication. callautomation. models. CancelAddParticipantOperationOptions
- com.
public final class CancelAddParticipantOperationOptions
The options for cancelling add participant.
Constructor Summary
| Constructor | Description |
|---|---|
| CancelAddParticipantOperationOptions(String invitationId) |
Constructor |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
getInvitationId()
Get the invitation |
| String |
getOperationCallbackUrl()
Get the overridden call back URL override for operation. |
| String |
getOperationContext()
Get the operation |
|
Cancel |
setOperationCallbackUrl(String operationCallbackUrl)
Set a callback URI that overrides the default callback URI set by Create |
|
Cancel |
setOperationContext(String operationContext)
Set the operation |
Methods inherited from java.lang.Object
Constructor Details
CancelAddParticipantOperationOptions
public CancelAddParticipantOperationOptions(String invitationId)
Constructor
Parameters:
Method Details
getInvitationId
public String getInvitationId()
Get the invitationId.
Returns:
getOperationCallbackUrl
public String getOperationCallbackUrl()
Get the overridden call back URL override for operation.
Returns:
getOperationContext
public String getOperationContext()
Get the operationContext.
Returns:
setOperationCallbackUrl
public CancelAddParticipantOperationOptions setOperationCallbackUrl(String operationCallbackUrl)
Set a callback URI that overrides the default callback URI set by CreateCall/AnswerCall for this operation. This setup is per-action. If this is not set, the default callback URI set by CreateCall/AnswerCall will be used.
Parameters:
Returns:
setOperationContext
public CancelAddParticipantOperationOptions setOperationContext(String operationContext)
Set the operationContext.
Parameters:
Returns: