RemoveParticipantOptions Class
- java.
lang. Object - com.
azure. communication. callautomation. models. RemoveParticipantOptions
- com.
public final class RemoveParticipantOptions
The options for removing participants.
Constructor Summary
| Constructor | Description |
|---|---|
| RemoveParticipantOptions(CommunicationIdentifier participant) |
Constructor |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
getOperationCallbackUrl()
Get the overridden call back URL override for operation. |
| String |
getOperationContext()
Get the operation |
|
Communication |
getParticipant()
Get the participants. |
|
Remove |
setOperationCallbackUrl(String operationCallbackUrl)
Set a callback URI that overrides the default callback URI set by Create |
|
Remove |
setOperationContext(String operationContext)
Set the operation |
Methods inherited from java.lang.Object
Constructor Details
RemoveParticipantOptions
public RemoveParticipantOptions(CommunicationIdentifier participant)
Constructor
Parameters:
Method Details
getOperationCallbackUrl
public String getOperationCallbackUrl()
Get the overridden call back URL override for operation.
Returns:
getOperationContext
public String getOperationContext()
Get the operationContext.
Returns:
getParticipant
public CommunicationIdentifier getParticipant()
Get the participants.
Returns:
setOperationCallbackUrl
public RemoveParticipantOptions 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 RemoveParticipantOptions setOperationContext(String operationContext)
Set the operationContext.
Parameters:
Returns: