public class WindowsInformationProtectionAppLockerFileCollectionRequest extends BaseCollectionRequest<WindowsInformationProtectionAppLockerFileCollectionResponse,IWindowsInformationProtectionAppLockerFileCollectionPage> implements IWindowsInformationProtectionAppLockerFileCollectionRequest
| Constructor and Description |
|---|
WindowsInformationProtectionAppLockerFileCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of WindowsInformationProtectionAppLockerFile
|
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 WindowsInformationProtectionAppLockerFileCollectionRequest(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 IWindowsInformationProtectionAppLockerFileCollectionPage> callback)
get in interface IWindowsInformationProtectionAppLockerFileCollectionRequestpublic IWindowsInformationProtectionAppLockerFileCollectionPage get() throws ClientException
get in interface IWindowsInformationProtectionAppLockerFileCollectionRequestClientExceptionpublic void post(WindowsInformationProtectionAppLockerFile newWindowsInformationProtectionAppLockerFile, ICallback<? super WindowsInformationProtectionAppLockerFile> callback)
post in interface IWindowsInformationProtectionAppLockerFileCollectionRequestpublic WindowsInformationProtectionAppLockerFile post(WindowsInformationProtectionAppLockerFile newWindowsInformationProtectionAppLockerFile) throws ClientException
post in interface IWindowsInformationProtectionAppLockerFileCollectionRequestClientExceptionpublic IWindowsInformationProtectionAppLockerFileCollectionRequest expand(java.lang.String value)
expand in interface IWindowsInformationProtectionAppLockerFileCollectionRequestvalue - the expand clausepublic IWindowsInformationProtectionAppLockerFileCollectionRequest filter(java.lang.String value)
filter in interface IWindowsInformationProtectionAppLockerFileCollectionRequestvalue - the filter clausepublic IWindowsInformationProtectionAppLockerFileCollectionRequest orderBy(java.lang.String value)
orderBy in interface IWindowsInformationProtectionAppLockerFileCollectionRequestvalue - the order by clausepublic IWindowsInformationProtectionAppLockerFileCollectionRequest select(java.lang.String value)
select in interface IWindowsInformationProtectionAppLockerFileCollectionRequestvalue - the select clausepublic IWindowsInformationProtectionAppLockerFileCollectionRequest top(int value)
top in interface IWindowsInformationProtectionAppLockerFileCollectionRequestvalue - the max number of items to returnpublic IWindowsInformationProtectionAppLockerFileCollectionRequest skip(int value)
skip in interface IWindowsInformationProtectionAppLockerFileCollectionRequestvalue - of the number of items to skippublic IWindowsInformationProtectionAppLockerFileCollectionRequest skipToken(java.lang.String skipToken)
skipToken in interface IWindowsInformationProtectionAppLockerFileCollectionRequestskipToken - - Token for paginationpublic IWindowsInformationProtectionAppLockerFileCollectionPage buildFromResponse(WindowsInformationProtectionAppLockerFileCollectionResponse response)