public interface IManagedMobileLobAppRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Delete this item from the service
|
void |
delete(ICallback<ManagedMobileLobApp> callback)
Delete this item from the service
|
IManagedMobileLobAppRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
ManagedMobileLobApp |
get()
Gets the ManagedMobileLobApp from the service
|
void |
get(ICallback<ManagedMobileLobApp> callback)
Gets the ManagedMobileLobApp from the service
|
ManagedMobileLobApp |
patch(ManagedMobileLobApp sourceManagedMobileLobApp)
Patches this ManagedMobileLobApp with a source
|
void |
patch(ManagedMobileLobApp sourceManagedMobileLobApp,
ICallback<ManagedMobileLobApp> callback)
Patches this ManagedMobileLobApp with a source
|
ManagedMobileLobApp |
post(ManagedMobileLobApp newManagedMobileLobApp)
Posts a ManagedMobileLobApp with a new object
|
void |
post(ManagedMobileLobApp newManagedMobileLobApp,
ICallback<ManagedMobileLobApp> callback)
Posts a ManagedMobileLobApp with a new object
|
IManagedMobileLobAppRequest |
select(java.lang.String value)
Sets the select clause for the request
|
addHeader, getDelay, getHeaders, getHttpMethod, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCachesvoid get(ICallback<ManagedMobileLobApp> callback)
callback - the callback to be called after success or failureManagedMobileLobApp get() throws ClientException
ClientException - this exception occurs if the request was unable to complete for any reasonvoid delete(ICallback<ManagedMobileLobApp> callback)
callback - the callback when the deletion action has completedvoid delete()
throws ClientException
ClientException - if there was an exception during the delete operationvoid patch(ManagedMobileLobApp sourceManagedMobileLobApp, ICallback<ManagedMobileLobApp> callback)
sourceManagedMobileLobApp - the source object with updatescallback - the callback to be called after success or failureManagedMobileLobApp patch(ManagedMobileLobApp sourceManagedMobileLobApp) throws ClientException
sourceManagedMobileLobApp - the source object with updatesClientException - this exception occurs if the request was unable to complete for any reasonvoid post(ManagedMobileLobApp newManagedMobileLobApp, ICallback<ManagedMobileLobApp> callback)
newManagedMobileLobApp - the new object to createcallback - the callback to be called after success or failureManagedMobileLobApp post(ManagedMobileLobApp newManagedMobileLobApp) throws ClientException
newManagedMobileLobApp - the new object to createClientException - this exception occurs if the request was unable to complete for any reasonIManagedMobileLobAppRequest select(java.lang.String value)
value - the select clauseIManagedMobileLobAppRequest expand(java.lang.String value)
value - the expand clause