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