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