public class WindowsPhone81CustomConfigurationRequest extends BaseRequest implements IWindowsPhone81CustomConfigurationRequest
functionOptions, queryOptions, REQUEST_STATS_HEADER_VALUE_FORMAT_STRING| Constructor and Description |
|---|
WindowsPhone81CustomConfigurationRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request for the WindowsPhone81CustomConfiguration
|
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Delete this item from the service
|
void |
delete(ICallback<WindowsPhone81CustomConfiguration> callback)
Delete this item from the service
|
IWindowsPhone81CustomConfigurationRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
WindowsPhone81CustomConfiguration |
get()
Gets the WindowsPhone81CustomConfiguration from the service
|
void |
get(ICallback<WindowsPhone81CustomConfiguration> callback)
Gets the WindowsPhone81CustomConfiguration from the service
|
WindowsPhone81CustomConfiguration |
patch(WindowsPhone81CustomConfiguration sourceWindowsPhone81CustomConfiguration)
Patches this WindowsPhone81CustomConfiguration with a source
|
void |
patch(WindowsPhone81CustomConfiguration sourceWindowsPhone81CustomConfiguration,
ICallback<WindowsPhone81CustomConfiguration> callback)
Patches this WindowsPhone81CustomConfiguration with a source
|
WindowsPhone81CustomConfiguration |
post(WindowsPhone81CustomConfiguration newWindowsPhone81CustomConfiguration)
Creates a WindowsPhone81CustomConfiguration with a new object
|
void |
post(WindowsPhone81CustomConfiguration newWindowsPhone81CustomConfiguration,
ICallback<WindowsPhone81CustomConfiguration> callback)
Creates a WindowsPhone81CustomConfiguration with a new object
|
IWindowsPhone81CustomConfigurationRequest |
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 WindowsPhone81CustomConfigurationRequest(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<WindowsPhone81CustomConfiguration> callback)
get in interface IWindowsPhone81CustomConfigurationRequestcallback - the callback to be called after success or failurepublic WindowsPhone81CustomConfiguration get() throws ClientException
get in interface IWindowsPhone81CustomConfigurationRequestClientException - this exception occurs if the request was unable to complete for any reasonpublic void delete(ICallback<WindowsPhone81CustomConfiguration> callback)
delete in interface IWindowsPhone81CustomConfigurationRequestcallback - the callback when the deletion action has completedpublic void delete()
throws ClientException
delete in interface IWindowsPhone81CustomConfigurationRequestClientException - if there was an exception during the delete operationpublic void patch(WindowsPhone81CustomConfiguration sourceWindowsPhone81CustomConfiguration, ICallback<WindowsPhone81CustomConfiguration> callback)
patch in interface IWindowsPhone81CustomConfigurationRequestsourceWindowsPhone81CustomConfiguration - the source object with updatescallback - the callback to be called after success or failurepublic WindowsPhone81CustomConfiguration patch(WindowsPhone81CustomConfiguration sourceWindowsPhone81CustomConfiguration) throws ClientException
patch in interface IWindowsPhone81CustomConfigurationRequestsourceWindowsPhone81CustomConfiguration - the source object with updatesClientException - this exception occurs if the request was unable to complete for any reasonpublic void post(WindowsPhone81CustomConfiguration newWindowsPhone81CustomConfiguration, ICallback<WindowsPhone81CustomConfiguration> callback)
post in interface IWindowsPhone81CustomConfigurationRequestnewWindowsPhone81CustomConfiguration - the new object to createcallback - the callback to be called after success or failurepublic WindowsPhone81CustomConfiguration post(WindowsPhone81CustomConfiguration newWindowsPhone81CustomConfiguration) throws ClientException
post in interface IWindowsPhone81CustomConfigurationRequestnewWindowsPhone81CustomConfiguration - the new object to createClientException - this exception occurs if the request was unable to complete for any reasonpublic IWindowsPhone81CustomConfigurationRequest select(java.lang.String value)
select in interface IWindowsPhone81CustomConfigurationRequestvalue - the select clausepublic IWindowsPhone81CustomConfigurationRequest expand(java.lang.String value)
expand in interface IWindowsPhone81CustomConfigurationRequestvalue - the expand clause