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