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