public interface IUnmuteParticipantOperationRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Delete this item from the service
|
void |
delete(ICallback<? super UnmuteParticipantOperation> callback)
Delete this item from the service
|
IUnmuteParticipantOperationRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
UnmuteParticipantOperation |
get()
Gets the UnmuteParticipantOperation from the service
|
void |
get(ICallback<? super UnmuteParticipantOperation> callback)
Gets the UnmuteParticipantOperation from the service
|
UnmuteParticipantOperation |
patch(UnmuteParticipantOperation sourceUnmuteParticipantOperation)
Patches this UnmuteParticipantOperation with a source
|
void |
patch(UnmuteParticipantOperation sourceUnmuteParticipantOperation,
ICallback<? super UnmuteParticipantOperation> callback)
Patches this UnmuteParticipantOperation with a source
|
UnmuteParticipantOperation |
post(UnmuteParticipantOperation newUnmuteParticipantOperation)
Posts a UnmuteParticipantOperation with a new object
|
void |
post(UnmuteParticipantOperation newUnmuteParticipantOperation,
ICallback<? super UnmuteParticipantOperation> callback)
Posts a UnmuteParticipantOperation with a new object
|
UnmuteParticipantOperation |
put(UnmuteParticipantOperation newUnmuteParticipantOperation)
Posts a UnmuteParticipantOperation with a new object
|
void |
put(UnmuteParticipantOperation newUnmuteParticipantOperation,
ICallback<? super UnmuteParticipantOperation> callback)
Posts a UnmuteParticipantOperation with a new object
|
IUnmuteParticipantOperationRequest |
select(java.lang.String value)
Sets the select clause for the request
|
addHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodvoid get(ICallback<? super UnmuteParticipantOperation> callback)
callback - the callback to be called after success or failureUnmuteParticipantOperation get() throws ClientException
ClientException - this exception occurs if the request was unable to complete for any reasonvoid delete(ICallback<? super UnmuteParticipantOperation> callback)
callback - the callback when the deletion action has completedvoid delete()
throws ClientException
ClientException - if there was an exception during the delete operationvoid patch(UnmuteParticipantOperation sourceUnmuteParticipantOperation, ICallback<? super UnmuteParticipantOperation> callback)
sourceUnmuteParticipantOperation - the source object with updatescallback - the callback to be called after success or failureUnmuteParticipantOperation patch(UnmuteParticipantOperation sourceUnmuteParticipantOperation) throws ClientException
sourceUnmuteParticipantOperation - the source object with updatesClientException - this exception occurs if the request was unable to complete for any reasonvoid post(UnmuteParticipantOperation newUnmuteParticipantOperation, ICallback<? super UnmuteParticipantOperation> callback)
newUnmuteParticipantOperation - the new object to createcallback - the callback to be called after success or failureUnmuteParticipantOperation post(UnmuteParticipantOperation newUnmuteParticipantOperation) throws ClientException
newUnmuteParticipantOperation - the new object to createClientException - this exception occurs if the request was unable to complete for any reasonvoid put(UnmuteParticipantOperation newUnmuteParticipantOperation, ICallback<? super UnmuteParticipantOperation> callback)
newUnmuteParticipantOperation - the object to create/updatecallback - the callback to be called after success or failureUnmuteParticipantOperation put(UnmuteParticipantOperation newUnmuteParticipantOperation) throws ClientException
newUnmuteParticipantOperation - the object to create/updateClientException - this exception occurs if the request was unable to complete for any reasonIUnmuteParticipantOperationRequest select(java.lang.String value)
value - the select clauseIUnmuteParticipantOperationRequest expand(java.lang.String value)
value - the expand clause