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