public class WindowsInformationProtectionPolicyCollectionRequest extends BaseCollectionRequest<WindowsInformationProtectionPolicyCollectionResponse,IWindowsInformationProtectionPolicyCollectionPage> implements IWindowsInformationProtectionPolicyCollectionRequest
| Constructor and Description |
|---|
WindowsInformationProtectionPolicyCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of WindowsInformationProtectionPolicy
|
addFunctionOption, addHeader, addQueryOption, getBaseRequest, getCollectionPageClass, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, post, send, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodpublic WindowsInformationProtectionPolicyCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic void get(ICallback<? super IWindowsInformationProtectionPolicyCollectionPage> callback)
get in interface IWindowsInformationProtectionPolicyCollectionRequestpublic IWindowsInformationProtectionPolicyCollectionPage get() throws ClientException
get in interface IWindowsInformationProtectionPolicyCollectionRequestClientExceptionpublic void post(WindowsInformationProtectionPolicy newWindowsInformationProtectionPolicy, ICallback<? super WindowsInformationProtectionPolicy> callback)
post in interface IWindowsInformationProtectionPolicyCollectionRequestpublic WindowsInformationProtectionPolicy post(WindowsInformationProtectionPolicy newWindowsInformationProtectionPolicy) throws ClientException
post in interface IWindowsInformationProtectionPolicyCollectionRequestClientExceptionpublic IWindowsInformationProtectionPolicyCollectionRequest expand(java.lang.String value)
expand in interface IWindowsInformationProtectionPolicyCollectionRequestvalue - the expand clausepublic IWindowsInformationProtectionPolicyCollectionRequest filter(java.lang.String value)
filter in interface IWindowsInformationProtectionPolicyCollectionRequestvalue - the filter clausepublic IWindowsInformationProtectionPolicyCollectionRequest orderBy(java.lang.String value)
orderBy in interface IWindowsInformationProtectionPolicyCollectionRequestvalue - the order by clausepublic IWindowsInformationProtectionPolicyCollectionRequest select(java.lang.String value)
select in interface IWindowsInformationProtectionPolicyCollectionRequestvalue - the select clausepublic IWindowsInformationProtectionPolicyCollectionRequest top(int value)
top in interface IWindowsInformationProtectionPolicyCollectionRequestvalue - the max number of items to returnpublic IWindowsInformationProtectionPolicyCollectionRequest skip(int value)
skip in interface IWindowsInformationProtectionPolicyCollectionRequestvalue - of the number of items to skippublic IWindowsInformationProtectionPolicyCollectionRequest skipToken(java.lang.String skipToken)
skipToken in interface IWindowsInformationProtectionPolicyCollectionRequestskipToken - - Token for paginationpublic IWindowsInformationProtectionPolicyCollectionPage buildFromResponse(WindowsInformationProtectionPolicyCollectionResponse response)