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