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