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