public interface IWindowsPhone81GeneralConfigurationRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Delete this item from the service
|
void |
delete(ICallback<WindowsPhone81GeneralConfiguration> callback)
Delete this item from the service
|
IWindowsPhone81GeneralConfigurationRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
WindowsPhone81GeneralConfiguration |
get()
Gets the WindowsPhone81GeneralConfiguration from the service
|
void |
get(ICallback<WindowsPhone81GeneralConfiguration> callback)
Gets the WindowsPhone81GeneralConfiguration from the service
|
WindowsPhone81GeneralConfiguration |
patch(WindowsPhone81GeneralConfiguration sourceWindowsPhone81GeneralConfiguration)
Patches this WindowsPhone81GeneralConfiguration with a source
|
void |
patch(WindowsPhone81GeneralConfiguration sourceWindowsPhone81GeneralConfiguration,
ICallback<WindowsPhone81GeneralConfiguration> callback)
Patches this WindowsPhone81GeneralConfiguration with a source
|
WindowsPhone81GeneralConfiguration |
post(WindowsPhone81GeneralConfiguration newWindowsPhone81GeneralConfiguration)
Posts a WindowsPhone81GeneralConfiguration with a new object
|
void |
post(WindowsPhone81GeneralConfiguration newWindowsPhone81GeneralConfiguration,
ICallback<WindowsPhone81GeneralConfiguration> callback)
Posts a WindowsPhone81GeneralConfiguration with a new object
|
IWindowsPhone81GeneralConfigurationRequest |
select(java.lang.String value)
Sets the select clause for the request
|
addHeader, getDelay, getHeaders, getHttpMethod, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCachesvoid get(ICallback<WindowsPhone81GeneralConfiguration> callback)
callback - the callback to be called after success or failureWindowsPhone81GeneralConfiguration get() throws ClientException
ClientException - this exception occurs if the request was unable to complete for any reasonvoid delete(ICallback<WindowsPhone81GeneralConfiguration> callback)
callback - the callback when the deletion action has completedvoid delete()
throws ClientException
ClientException - if there was an exception during the delete operationvoid patch(WindowsPhone81GeneralConfiguration sourceWindowsPhone81GeneralConfiguration, ICallback<WindowsPhone81GeneralConfiguration> callback)
sourceWindowsPhone81GeneralConfiguration - the source object with updatescallback - the callback to be called after success or failureWindowsPhone81GeneralConfiguration patch(WindowsPhone81GeneralConfiguration sourceWindowsPhone81GeneralConfiguration) throws ClientException
sourceWindowsPhone81GeneralConfiguration - the source object with updatesClientException - this exception occurs if the request was unable to complete for any reasonvoid post(WindowsPhone81GeneralConfiguration newWindowsPhone81GeneralConfiguration, ICallback<WindowsPhone81GeneralConfiguration> callback)
newWindowsPhone81GeneralConfiguration - the new object to createcallback - the callback to be called after success or failureWindowsPhone81GeneralConfiguration post(WindowsPhone81GeneralConfiguration newWindowsPhone81GeneralConfiguration) throws ClientException
newWindowsPhone81GeneralConfiguration - the new object to createClientException - this exception occurs if the request was unable to complete for any reasonIWindowsPhone81GeneralConfigurationRequest select(java.lang.String value)
value - the select clauseIWindowsPhone81GeneralConfigurationRequest expand(java.lang.String value)
value - the expand clause