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