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, 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 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<? super IWindowsInformationProtectionNetworkLearningSummaryCollectionPage> callback)
get in interface IWindowsInformationProtectionNetworkLearningSummaryCollectionRequestpublic IWindowsInformationProtectionNetworkLearningSummaryCollectionPage get() throws ClientException
get in interface IWindowsInformationProtectionNetworkLearningSummaryCollectionRequestClientExceptionpublic void post(WindowsInformationProtectionNetworkLearningSummary newWindowsInformationProtectionNetworkLearningSummary, ICallback<? super 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 filter(java.lang.String value)
filter in interface IWindowsInformationProtectionNetworkLearningSummaryCollectionRequestvalue - the filter clausepublic IWindowsInformationProtectionNetworkLearningSummaryCollectionRequest orderBy(java.lang.String value)
orderBy in interface IWindowsInformationProtectionNetworkLearningSummaryCollectionRequestvalue - the order by 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 IWindowsInformationProtectionNetworkLearningSummaryCollectionRequest skip(int value)
skip in interface IWindowsInformationProtectionNetworkLearningSummaryCollectionRequestvalue - of the number of items to skippublic IWindowsInformationProtectionNetworkLearningSummaryCollectionRequest skipToken(java.lang.String skipToken)
skipToken in interface IWindowsInformationProtectionNetworkLearningSummaryCollectionRequestskipToken - - Token for paginationpublic IWindowsInformationProtectionNetworkLearningSummaryCollectionPage buildFromResponse(WindowsInformationProtectionNetworkLearningSummaryCollectionResponse response)