public interface IManagedIOSLobAppRequest extends IHttpRequest
Modifier and Type | Method and Description |
---|---|
void |
delete()
Delete this item from the service
|
void |
delete(ICallback<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<ManagedIOSLobApp> callback)
Gets the ManagedIOSLobApp from the service
|
ManagedIOSLobApp |
patch(ManagedIOSLobApp sourceManagedIOSLobApp)
Patches this ManagedIOSLobApp with a source
|
void |
patch(ManagedIOSLobApp sourceManagedIOSLobApp,
ICallback<ManagedIOSLobApp> callback)
Patches this ManagedIOSLobApp with a source
|
ManagedIOSLobApp |
post(ManagedIOSLobApp newManagedIOSLobApp)
Posts a ManagedIOSLobApp with a new object
|
void |
post(ManagedIOSLobApp newManagedIOSLobApp,
ICallback<ManagedIOSLobApp> callback)
Posts a ManagedIOSLobApp with a new object
|
IManagedIOSLobAppRequest |
select(java.lang.String value)
Sets the select clause for the request
|
addHeader, getHeaders, getHttpMethod, getOptions, getRequestUrl, getUseCaches, setUseCaches
void get(ICallback<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<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<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<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 reasonIManagedIOSLobAppRequest select(java.lang.String value)
value
- the select clauseIManagedIOSLobAppRequest expand(java.lang.String value)
value
- the expand clause