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