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