public class MuteParticipantOperationRequest extends BaseRequest implements IMuteParticipantOperationRequest
functionOptions, queryOptions, REQUEST_STATS_HEADER_VALUE_FORMAT_STRING| Constructor and Description |
|---|
MuteParticipantOperationRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request for the MuteParticipantOperation
|
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Delete this item from the service
|
void |
delete(ICallback<? super MuteParticipantOperation> callback)
Delete this item from the service
|
IMuteParticipantOperationRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
MuteParticipantOperation |
get()
Gets the MuteParticipantOperation from the service
|
void |
get(ICallback<? super MuteParticipantOperation> callback)
Gets the MuteParticipantOperation from the service
|
MuteParticipantOperation |
patch(MuteParticipantOperation sourceMuteParticipantOperation)
Patches this MuteParticipantOperation with a source
|
void |
patch(MuteParticipantOperation sourceMuteParticipantOperation,
ICallback<? super MuteParticipantOperation> callback)
Patches this MuteParticipantOperation with a source
|
MuteParticipantOperation |
post(MuteParticipantOperation newMuteParticipantOperation)
Creates a MuteParticipantOperation with a new object
|
void |
post(MuteParticipantOperation newMuteParticipantOperation,
ICallback<? super MuteParticipantOperation> callback)
Creates a MuteParticipantOperation with a new object
|
MuteParticipantOperation |
put(MuteParticipantOperation newMuteParticipantOperation)
Creates a MuteParticipantOperation with a new object
|
void |
put(MuteParticipantOperation newMuteParticipantOperation,
ICallback<? super MuteParticipantOperation> callback)
Creates a MuteParticipantOperation with a new object
|
IMuteParticipantOperationRequest |
select(java.lang.String value)
Sets the select clause for the request
|
addFunctionOption, addHeader, addQueryOption, getClient, getDelay, getFunctionOptions, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getQueryOptions, getRequestUrl, getResponseType, getShouldRedirect, getShouldRetry, getUseCaches, send, send, setDelay, setHttpMethod, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodpublic MuteParticipantOperationRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic void get(ICallback<? super MuteParticipantOperation> callback)
get in interface IMuteParticipantOperationRequestcallback - the callback to be called after success or failurepublic MuteParticipantOperation get() throws ClientException
get in interface IMuteParticipantOperationRequestClientException - this exception occurs if the request was unable to complete for any reasonpublic void delete(ICallback<? super MuteParticipantOperation> callback)
delete in interface IMuteParticipantOperationRequestcallback - the callback when the deletion action has completedpublic void delete()
throws ClientException
delete in interface IMuteParticipantOperationRequestClientException - if there was an exception during the delete operationpublic void patch(MuteParticipantOperation sourceMuteParticipantOperation, ICallback<? super MuteParticipantOperation> callback)
patch in interface IMuteParticipantOperationRequestsourceMuteParticipantOperation - the source object with updatescallback - the callback to be called after success or failurepublic MuteParticipantOperation patch(MuteParticipantOperation sourceMuteParticipantOperation) throws ClientException
patch in interface IMuteParticipantOperationRequestsourceMuteParticipantOperation - the source object with updatesClientException - this exception occurs if the request was unable to complete for any reasonpublic void post(MuteParticipantOperation newMuteParticipantOperation, ICallback<? super MuteParticipantOperation> callback)
post in interface IMuteParticipantOperationRequestnewMuteParticipantOperation - the new object to createcallback - the callback to be called after success or failurepublic MuteParticipantOperation post(MuteParticipantOperation newMuteParticipantOperation) throws ClientException
post in interface IMuteParticipantOperationRequestnewMuteParticipantOperation - the new object to createClientException - this exception occurs if the request was unable to complete for any reasonpublic void put(MuteParticipantOperation newMuteParticipantOperation, ICallback<? super MuteParticipantOperation> callback)
put in interface IMuteParticipantOperationRequestnewMuteParticipantOperation - the object to create/updatecallback - the callback to be called after success or failurepublic MuteParticipantOperation put(MuteParticipantOperation newMuteParticipantOperation) throws ClientException
put in interface IMuteParticipantOperationRequestnewMuteParticipantOperation - the object to create/updateClientException - this exception occurs if the request was unable to complete for any reasonpublic IMuteParticipantOperationRequest select(java.lang.String value)
select in interface IMuteParticipantOperationRequestvalue - the select clausepublic IMuteParticipantOperationRequest expand(java.lang.String value)
expand in interface IMuteParticipantOperationRequestvalue - the expand clause