public class MdmWindowsInformationProtectionPolicyCollectionRequest extends BaseCollectionRequest<MdmWindowsInformationProtectionPolicyCollectionResponse,IMdmWindowsInformationProtectionPolicyCollectionPage> implements IMdmWindowsInformationProtectionPolicyCollectionRequest
| Constructor and Description |
|---|
MdmWindowsInformationProtectionPolicyCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of MdmWindowsInformationProtectionPolicy
|
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 MdmWindowsInformationProtectionPolicyCollectionRequest(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 IMdmWindowsInformationProtectionPolicyCollectionPage> callback)
get in interface IMdmWindowsInformationProtectionPolicyCollectionRequestpublic IMdmWindowsInformationProtectionPolicyCollectionPage get() throws ClientException
get in interface IMdmWindowsInformationProtectionPolicyCollectionRequestClientExceptionpublic void post(MdmWindowsInformationProtectionPolicy newMdmWindowsInformationProtectionPolicy, ICallback<? super MdmWindowsInformationProtectionPolicy> callback)
post in interface IMdmWindowsInformationProtectionPolicyCollectionRequestpublic MdmWindowsInformationProtectionPolicy post(MdmWindowsInformationProtectionPolicy newMdmWindowsInformationProtectionPolicy) throws ClientException
post in interface IMdmWindowsInformationProtectionPolicyCollectionRequestClientExceptionpublic IMdmWindowsInformationProtectionPolicyCollectionRequest expand(java.lang.String value)
expand in interface IMdmWindowsInformationProtectionPolicyCollectionRequestvalue - the expand clausepublic IMdmWindowsInformationProtectionPolicyCollectionRequest filter(java.lang.String value)
filter in interface IMdmWindowsInformationProtectionPolicyCollectionRequestvalue - the filter clausepublic IMdmWindowsInformationProtectionPolicyCollectionRequest orderBy(java.lang.String value)
orderBy in interface IMdmWindowsInformationProtectionPolicyCollectionRequestvalue - the order by clausepublic IMdmWindowsInformationProtectionPolicyCollectionRequest select(java.lang.String value)
select in interface IMdmWindowsInformationProtectionPolicyCollectionRequestvalue - the select clausepublic IMdmWindowsInformationProtectionPolicyCollectionRequest top(int value)
top in interface IMdmWindowsInformationProtectionPolicyCollectionRequestvalue - the max number of items to returnpublic IMdmWindowsInformationProtectionPolicyCollectionRequest skip(int value)
skip in interface IMdmWindowsInformationProtectionPolicyCollectionRequestvalue - of the number of items to skippublic IMdmWindowsInformationProtectionPolicyCollectionRequest skipToken(java.lang.String skipToken)
skipToken in interface IMdmWindowsInformationProtectionPolicyCollectionRequestskipToken - - Token for paginationpublic IMdmWindowsInformationProtectionPolicyCollectionPage buildFromResponse(MdmWindowsInformationProtectionPolicyCollectionResponse response)