public interface IUpdateRecordingStatusOperationRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Delete this item from the service
|
void |
delete(ICallback<? super UpdateRecordingStatusOperation> callback)
Delete this item from the service
|
IUpdateRecordingStatusOperationRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
UpdateRecordingStatusOperation |
get()
Gets the UpdateRecordingStatusOperation from the service
|
void |
get(ICallback<? super UpdateRecordingStatusOperation> callback)
Gets the UpdateRecordingStatusOperation from the service
|
UpdateRecordingStatusOperation |
patch(UpdateRecordingStatusOperation sourceUpdateRecordingStatusOperation)
Patches this UpdateRecordingStatusOperation with a source
|
void |
patch(UpdateRecordingStatusOperation sourceUpdateRecordingStatusOperation,
ICallback<? super UpdateRecordingStatusOperation> callback)
Patches this UpdateRecordingStatusOperation with a source
|
UpdateRecordingStatusOperation |
post(UpdateRecordingStatusOperation newUpdateRecordingStatusOperation)
Posts a UpdateRecordingStatusOperation with a new object
|
void |
post(UpdateRecordingStatusOperation newUpdateRecordingStatusOperation,
ICallback<? super UpdateRecordingStatusOperation> callback)
Posts a UpdateRecordingStatusOperation with a new object
|
UpdateRecordingStatusOperation |
put(UpdateRecordingStatusOperation newUpdateRecordingStatusOperation)
Posts a UpdateRecordingStatusOperation with a new object
|
void |
put(UpdateRecordingStatusOperation newUpdateRecordingStatusOperation,
ICallback<? super UpdateRecordingStatusOperation> callback)
Posts a UpdateRecordingStatusOperation with a new object
|
IUpdateRecordingStatusOperationRequest |
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 UpdateRecordingStatusOperation> callback)
callback - the callback to be called after success or failureUpdateRecordingStatusOperation get() throws ClientException
ClientException - this exception occurs if the request was unable to complete for any reasonvoid delete(ICallback<? super UpdateRecordingStatusOperation> callback)
callback - the callback when the deletion action has completedvoid delete()
throws ClientException
ClientException - if there was an exception during the delete operationvoid patch(UpdateRecordingStatusOperation sourceUpdateRecordingStatusOperation, ICallback<? super UpdateRecordingStatusOperation> callback)
sourceUpdateRecordingStatusOperation - the source object with updatescallback - the callback to be called after success or failureUpdateRecordingStatusOperation patch(UpdateRecordingStatusOperation sourceUpdateRecordingStatusOperation) throws ClientException
sourceUpdateRecordingStatusOperation - the source object with updatesClientException - this exception occurs if the request was unable to complete for any reasonvoid post(UpdateRecordingStatusOperation newUpdateRecordingStatusOperation, ICallback<? super UpdateRecordingStatusOperation> callback)
newUpdateRecordingStatusOperation - the new object to createcallback - the callback to be called after success or failureUpdateRecordingStatusOperation post(UpdateRecordingStatusOperation newUpdateRecordingStatusOperation) throws ClientException
newUpdateRecordingStatusOperation - the new object to createClientException - this exception occurs if the request was unable to complete for any reasonvoid put(UpdateRecordingStatusOperation newUpdateRecordingStatusOperation, ICallback<? super UpdateRecordingStatusOperation> callback)
newUpdateRecordingStatusOperation - the object to create/updatecallback - the callback to be called after success or failureUpdateRecordingStatusOperation put(UpdateRecordingStatusOperation newUpdateRecordingStatusOperation) throws ClientException
newUpdateRecordingStatusOperation - the object to create/updateClientException - this exception occurs if the request was unable to complete for any reasonIUpdateRecordingStatusOperationRequest select(java.lang.String value)
value - the select clauseIUpdateRecordingStatusOperationRequest expand(java.lang.String value)
value - the expand clause