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