public class WindowsUniversalAppXRequest extends BaseRequest implements IWindowsUniversalAppXRequest
functionOptions, queryOptions, REQUEST_STATS_HEADER_VALUE_FORMAT_STRING| Constructor and Description |
|---|
WindowsUniversalAppXRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request for the WindowsUniversalAppX
|
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Delete this item from the service
|
void |
delete(ICallback<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<WindowsUniversalAppX> callback)
Gets the WindowsUniversalAppX from the service
|
WindowsUniversalAppX |
patch(WindowsUniversalAppX sourceWindowsUniversalAppX)
Patches this WindowsUniversalAppX with a source
|
void |
patch(WindowsUniversalAppX sourceWindowsUniversalAppX,
ICallback<WindowsUniversalAppX> callback)
Patches this WindowsUniversalAppX with a source
|
WindowsUniversalAppX |
post(WindowsUniversalAppX newWindowsUniversalAppX)
Creates a WindowsUniversalAppX with a new object
|
void |
post(WindowsUniversalAppX newWindowsUniversalAppX,
ICallback<WindowsUniversalAppX> callback)
Creates a WindowsUniversalAppX with a new object
|
IWindowsUniversalAppXRequest |
select(java.lang.String value)
Sets the select clause for the request
|
addFunctionOption, addHeader, addQueryOption, getClient, getDelay, getFunctionOptions, getHeaders, getHttpMethod, getMaxRedirects, getMaxRetries, getOptions, getQueryOptions, getRequestUrl, getResponseType, getShouldRedirect, getShouldRetry, getUseCaches, send, send, setDelay, setHttpMethod, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCachesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddHeader, getDelay, getHeaders, getHttpMethod, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCachespublic WindowsUniversalAppXRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic void get(ICallback<WindowsUniversalAppX> callback)
get in interface IWindowsUniversalAppXRequestcallback - the callback to be called after success or failurepublic WindowsUniversalAppX get() throws ClientException
get in interface IWindowsUniversalAppXRequestClientException - this exception occurs if the request was unable to complete for any reasonpublic void delete(ICallback<WindowsUniversalAppX> callback)
delete in interface IWindowsUniversalAppXRequestcallback - the callback when the deletion action has completedpublic void delete()
throws ClientException
delete in interface IWindowsUniversalAppXRequestClientException - if there was an exception during the delete operationpublic void patch(WindowsUniversalAppX sourceWindowsUniversalAppX, ICallback<WindowsUniversalAppX> callback)
patch in interface IWindowsUniversalAppXRequestsourceWindowsUniversalAppX - the source object with updatescallback - the callback to be called after success or failurepublic WindowsUniversalAppX patch(WindowsUniversalAppX sourceWindowsUniversalAppX) throws ClientException
patch in interface IWindowsUniversalAppXRequestsourceWindowsUniversalAppX - the source object with updatesClientException - this exception occurs if the request was unable to complete for any reasonpublic void post(WindowsUniversalAppX newWindowsUniversalAppX, ICallback<WindowsUniversalAppX> callback)
post in interface IWindowsUniversalAppXRequestnewWindowsUniversalAppX - the new object to createcallback - the callback to be called after success or failurepublic WindowsUniversalAppX post(WindowsUniversalAppX newWindowsUniversalAppX) throws ClientException
post in interface IWindowsUniversalAppXRequestnewWindowsUniversalAppX - the new object to createClientException - this exception occurs if the request was unable to complete for any reasonpublic IWindowsUniversalAppXRequest select(java.lang.String value)
select in interface IWindowsUniversalAppXRequestvalue - the select clausepublic IWindowsUniversalAppXRequest expand(java.lang.String value)
expand in interface IWindowsUniversalAppXRequestvalue - the expand clause