public interface IWindows10GeneralConfigurationRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Delete this item from the service
|
void |
delete(ICallback<Windows10GeneralConfiguration> callback)
Delete this item from the service
|
IWindows10GeneralConfigurationRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
Windows10GeneralConfiguration |
get()
Gets the Windows10GeneralConfiguration from the service
|
void |
get(ICallback<Windows10GeneralConfiguration> callback)
Gets the Windows10GeneralConfiguration from the service
|
Windows10GeneralConfiguration |
patch(Windows10GeneralConfiguration sourceWindows10GeneralConfiguration)
Patches this Windows10GeneralConfiguration with a source
|
void |
patch(Windows10GeneralConfiguration sourceWindows10GeneralConfiguration,
ICallback<Windows10GeneralConfiguration> callback)
Patches this Windows10GeneralConfiguration with a source
|
Windows10GeneralConfiguration |
post(Windows10GeneralConfiguration newWindows10GeneralConfiguration)
Posts a Windows10GeneralConfiguration with a new object
|
void |
post(Windows10GeneralConfiguration newWindows10GeneralConfiguration,
ICallback<Windows10GeneralConfiguration> callback)
Posts a Windows10GeneralConfiguration with a new object
|
IWindows10GeneralConfigurationRequest |
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<Windows10GeneralConfiguration> callback)
callback - the callback to be called after success or failureWindows10GeneralConfiguration get() throws ClientException
ClientException - this exception occurs if the request was unable to complete for any reasonvoid delete(ICallback<Windows10GeneralConfiguration> callback)
callback - the callback when the deletion action has completedvoid delete()
throws ClientException
ClientException - if there was an exception during the delete operationvoid patch(Windows10GeneralConfiguration sourceWindows10GeneralConfiguration, ICallback<Windows10GeneralConfiguration> callback)
sourceWindows10GeneralConfiguration - the source object with updatescallback - the callback to be called after success or failureWindows10GeneralConfiguration patch(Windows10GeneralConfiguration sourceWindows10GeneralConfiguration) throws ClientException
sourceWindows10GeneralConfiguration - the source object with updatesClientException - this exception occurs if the request was unable to complete for any reasonvoid post(Windows10GeneralConfiguration newWindows10GeneralConfiguration, ICallback<Windows10GeneralConfiguration> callback)
newWindows10GeneralConfiguration - the new object to createcallback - the callback to be called after success or failureWindows10GeneralConfiguration post(Windows10GeneralConfiguration newWindows10GeneralConfiguration) throws ClientException
newWindows10GeneralConfiguration - the new object to createClientException - this exception occurs if the request was unable to complete for any reasonIWindows10GeneralConfigurationRequest select(java.lang.String value)
value - the select clauseIWindows10GeneralConfigurationRequest expand(java.lang.String value)
value - the expand clause