public interface IWindowsInformationProtectionPolicyCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IWindowsInformationProtectionPolicyCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IWindowsInformationProtectionPolicyCollectionPage |
get() |
void |
get(ICallback<IWindowsInformationProtectionPolicyCollectionPage> callback) |
WindowsInformationProtectionPolicy |
post(WindowsInformationProtectionPolicy newWindowsInformationProtectionPolicy) |
void |
post(WindowsInformationProtectionPolicy newWindowsInformationProtectionPolicy,
ICallback<WindowsInformationProtectionPolicy> callback) |
IWindowsInformationProtectionPolicyCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IWindowsInformationProtectionPolicyCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IWindowsInformationProtectionPolicyCollectionPage> callback)
IWindowsInformationProtectionPolicyCollectionPage get() throws ClientException
ClientExceptionvoid post(WindowsInformationProtectionPolicy newWindowsInformationProtectionPolicy, ICallback<WindowsInformationProtectionPolicy> callback)
WindowsInformationProtectionPolicy post(WindowsInformationProtectionPolicy newWindowsInformationProtectionPolicy) throws ClientException
ClientExceptionIWindowsInformationProtectionPolicyCollectionRequest expand(java.lang.String value)
value - the expand clauseIWindowsInformationProtectionPolicyCollectionRequest select(java.lang.String value)
value - the select clauseIWindowsInformationProtectionPolicyCollectionRequest top(int value)
value - the max number of items to return