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