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