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