public interface IAndroidCustomConfigurationRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Delete this item from the service
|
void |
delete(ICallback<AndroidCustomConfiguration> callback)
Delete this item from the service
|
IAndroidCustomConfigurationRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
AndroidCustomConfiguration |
get()
Gets the AndroidCustomConfiguration from the service
|
void |
get(ICallback<AndroidCustomConfiguration> callback)
Gets the AndroidCustomConfiguration from the service
|
AndroidCustomConfiguration |
patch(AndroidCustomConfiguration sourceAndroidCustomConfiguration)
Patches this AndroidCustomConfiguration with a source
|
void |
patch(AndroidCustomConfiguration sourceAndroidCustomConfiguration,
ICallback<AndroidCustomConfiguration> callback)
Patches this AndroidCustomConfiguration with a source
|
AndroidCustomConfiguration |
post(AndroidCustomConfiguration newAndroidCustomConfiguration)
Posts a AndroidCustomConfiguration with a new object
|
void |
post(AndroidCustomConfiguration newAndroidCustomConfiguration,
ICallback<AndroidCustomConfiguration> callback)
Posts a AndroidCustomConfiguration with a new object
|
IAndroidCustomConfigurationRequest |
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<AndroidCustomConfiguration> callback)
callback - the callback to be called after success or failureAndroidCustomConfiguration get() throws ClientException
ClientException - this exception occurs if the request was unable to complete for any reasonvoid delete(ICallback<AndroidCustomConfiguration> callback)
callback - the callback when the deletion action has completedvoid delete()
throws ClientException
ClientException - if there was an exception during the delete operationvoid patch(AndroidCustomConfiguration sourceAndroidCustomConfiguration, ICallback<AndroidCustomConfiguration> callback)
sourceAndroidCustomConfiguration - the source object with updatescallback - the callback to be called after success or failureAndroidCustomConfiguration patch(AndroidCustomConfiguration sourceAndroidCustomConfiguration) throws ClientException
sourceAndroidCustomConfiguration - the source object with updatesClientException - this exception occurs if the request was unable to complete for any reasonvoid post(AndroidCustomConfiguration newAndroidCustomConfiguration, ICallback<AndroidCustomConfiguration> callback)
newAndroidCustomConfiguration - the new object to createcallback - the callback to be called after success or failureAndroidCustomConfiguration post(AndroidCustomConfiguration newAndroidCustomConfiguration) throws ClientException
newAndroidCustomConfiguration - the new object to createClientException - this exception occurs if the request was unable to complete for any reasonIAndroidCustomConfigurationRequest select(java.lang.String value)
value - the select clauseIAndroidCustomConfigurationRequest expand(java.lang.String value)
value - the expand clause