public class WindowsInformationProtectionAppLearningSummaryCollectionRequest extends BaseCollectionRequest<WindowsInformationProtectionAppLearningSummaryCollectionResponse,IWindowsInformationProtectionAppLearningSummaryCollectionPage> implements IWindowsInformationProtectionAppLearningSummaryCollectionRequest
| Constructor and Description |
|---|
WindowsInformationProtectionAppLearningSummaryCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of WindowsInformationProtectionAppLearningSummary
|
addFunctionOption, addHeader, addQueryOption, getBaseRequest, getCollectionPageClass, getDelay, getHeaders, getHttpMethod, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, post, send, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCachespublic WindowsInformationProtectionAppLearningSummaryCollectionRequest(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<IWindowsInformationProtectionAppLearningSummaryCollectionPage> callback)
get in interface IWindowsInformationProtectionAppLearningSummaryCollectionRequestpublic IWindowsInformationProtectionAppLearningSummaryCollectionPage get() throws ClientException
get in interface IWindowsInformationProtectionAppLearningSummaryCollectionRequestClientExceptionpublic void post(WindowsInformationProtectionAppLearningSummary newWindowsInformationProtectionAppLearningSummary, ICallback<WindowsInformationProtectionAppLearningSummary> callback)
post in interface IWindowsInformationProtectionAppLearningSummaryCollectionRequestpublic WindowsInformationProtectionAppLearningSummary post(WindowsInformationProtectionAppLearningSummary newWindowsInformationProtectionAppLearningSummary) throws ClientException
post in interface IWindowsInformationProtectionAppLearningSummaryCollectionRequestClientExceptionpublic IWindowsInformationProtectionAppLearningSummaryCollectionRequest expand(java.lang.String value)
expand in interface IWindowsInformationProtectionAppLearningSummaryCollectionRequestvalue - the expand clausepublic IWindowsInformationProtectionAppLearningSummaryCollectionRequest select(java.lang.String value)
select in interface IWindowsInformationProtectionAppLearningSummaryCollectionRequestvalue - the select clausepublic IWindowsInformationProtectionAppLearningSummaryCollectionRequest top(int value)
top in interface IWindowsInformationProtectionAppLearningSummaryCollectionRequestvalue - the max number of items to returnpublic IWindowsInformationProtectionAppLearningSummaryCollectionPage buildFromResponse(WindowsInformationProtectionAppLearningSummaryCollectionResponse response)