public interface IWindowsInformationProtectionPolicyRequest extends IHttpRequest
Modifier and Type | Method and Description |
---|---|
void |
delete()
Delete this item from the service
|
void |
delete(ICallback<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<WindowsInformationProtectionPolicy> callback)
Gets the WindowsInformationProtectionPolicy from the service
|
WindowsInformationProtectionPolicy |
patch(WindowsInformationProtectionPolicy sourceWindowsInformationProtectionPolicy)
Patches this WindowsInformationProtectionPolicy with a source
|
void |
patch(WindowsInformationProtectionPolicy sourceWindowsInformationProtectionPolicy,
ICallback<WindowsInformationProtectionPolicy> callback)
Patches this WindowsInformationProtectionPolicy with a source
|
WindowsInformationProtectionPolicy |
post(WindowsInformationProtectionPolicy newWindowsInformationProtectionPolicy)
Posts a WindowsInformationProtectionPolicy with a new object
|
void |
post(WindowsInformationProtectionPolicy newWindowsInformationProtectionPolicy,
ICallback<WindowsInformationProtectionPolicy> callback)
Posts a WindowsInformationProtectionPolicy with a new object
|
IWindowsInformationProtectionPolicyRequest |
select(java.lang.String value)
Sets the select clause for the request
|
addHeader, getHeaders, getHttpMethod, getOptions, getRequestUrl, getUseCaches, setUseCaches
void get(ICallback<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<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<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<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 reasonIWindowsInformationProtectionPolicyRequest select(java.lang.String value)
value
- the select clauseIWindowsInformationProtectionPolicyRequest expand(java.lang.String value)
value
- the expand clause