public interface ISubscribeToToneOperationRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Delete this item from the service
|
void |
delete(ICallback<SubscribeToToneOperation> callback)
Delete this item from the service
|
ISubscribeToToneOperationRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
SubscribeToToneOperation |
get()
Gets the SubscribeToToneOperation from the service
|
void |
get(ICallback<SubscribeToToneOperation> callback)
Gets the SubscribeToToneOperation from the service
|
SubscribeToToneOperation |
patch(SubscribeToToneOperation sourceSubscribeToToneOperation)
Patches this SubscribeToToneOperation with a source
|
void |
patch(SubscribeToToneOperation sourceSubscribeToToneOperation,
ICallback<SubscribeToToneOperation> callback)
Patches this SubscribeToToneOperation with a source
|
SubscribeToToneOperation |
post(SubscribeToToneOperation newSubscribeToToneOperation)
Posts a SubscribeToToneOperation with a new object
|
void |
post(SubscribeToToneOperation newSubscribeToToneOperation,
ICallback<SubscribeToToneOperation> callback)
Posts a SubscribeToToneOperation with a new object
|
ISubscribeToToneOperationRequest |
select(java.lang.String value)
Sets the select clause for the request
|
addHeader, getDelay, getHeaders, getHttpMethod, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCachesvoid get(ICallback<SubscribeToToneOperation> callback)
callback - the callback to be called after success or failureSubscribeToToneOperation get() throws ClientException
ClientException - this exception occurs if the request was unable to complete for any reasonvoid delete(ICallback<SubscribeToToneOperation> callback)
callback - the callback when the deletion action has completedvoid delete()
throws ClientException
ClientException - if there was an exception during the delete operationvoid patch(SubscribeToToneOperation sourceSubscribeToToneOperation, ICallback<SubscribeToToneOperation> callback)
sourceSubscribeToToneOperation - the source object with updatescallback - the callback to be called after success or failureSubscribeToToneOperation patch(SubscribeToToneOperation sourceSubscribeToToneOperation) throws ClientException
sourceSubscribeToToneOperation - the source object with updatesClientException - this exception occurs if the request was unable to complete for any reasonvoid post(SubscribeToToneOperation newSubscribeToToneOperation, ICallback<SubscribeToToneOperation> callback)
newSubscribeToToneOperation - the new object to createcallback - the callback to be called after success or failureSubscribeToToneOperation post(SubscribeToToneOperation newSubscribeToToneOperation) throws ClientException
newSubscribeToToneOperation - the new object to createClientException - this exception occurs if the request was unable to complete for any reasonISubscribeToToneOperationRequest select(java.lang.String value)
value - the select clauseISubscribeToToneOperationRequest expand(java.lang.String value)
value - the expand clause