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, 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 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<? super IWindowsInformationProtectionAppLearningSummaryCollectionPage> callback)
get in interface IWindowsInformationProtectionAppLearningSummaryCollectionRequestpublic IWindowsInformationProtectionAppLearningSummaryCollectionPage get() throws ClientException
get in interface IWindowsInformationProtectionAppLearningSummaryCollectionRequestClientExceptionpublic void post(WindowsInformationProtectionAppLearningSummary newWindowsInformationProtectionAppLearningSummary, ICallback<? super 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 filter(java.lang.String value)
filter in interface IWindowsInformationProtectionAppLearningSummaryCollectionRequestvalue - the filter clausepublic IWindowsInformationProtectionAppLearningSummaryCollectionRequest orderBy(java.lang.String value)
orderBy in interface IWindowsInformationProtectionAppLearningSummaryCollectionRequestvalue - the order by 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 IWindowsInformationProtectionAppLearningSummaryCollectionRequest skip(int value)
skip in interface IWindowsInformationProtectionAppLearningSummaryCollectionRequestvalue - of the number of items to skippublic IWindowsInformationProtectionAppLearningSummaryCollectionRequest skipToken(java.lang.String skipToken)
skipToken in interface IWindowsInformationProtectionAppLearningSummaryCollectionRequestskipToken - - Token for paginationpublic IWindowsInformationProtectionAppLearningSummaryCollectionPage buildFromResponse(WindowsInformationProtectionAppLearningSummaryCollectionResponse response)