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, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, post, send, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCachespublic 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<IWindowsInformationProtectionAppLockerFileCollectionPage> callback)
get in interface IWindowsInformationProtectionAppLockerFileCollectionRequestpublic IWindowsInformationProtectionAppLockerFileCollectionPage get() throws ClientException
get in interface IWindowsInformationProtectionAppLockerFileCollectionRequestClientExceptionpublic void post(WindowsInformationProtectionAppLockerFile newWindowsInformationProtectionAppLockerFile, ICallback<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 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 IWindowsInformationProtectionAppLockerFileCollectionPage buildFromResponse(WindowsInformationProtectionAppLockerFileCollectionResponse response)