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, withHttpMethod
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethod
public 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 IWindowsInformationProtectionAppLearningSummaryCollectionRequest
public IWindowsInformationProtectionAppLearningSummaryCollectionPage get() throws ClientException
get
in interface IWindowsInformationProtectionAppLearningSummaryCollectionRequest
ClientException
public void post(WindowsInformationProtectionAppLearningSummary newWindowsInformationProtectionAppLearningSummary, ICallback<? super WindowsInformationProtectionAppLearningSummary> callback)
post
in interface IWindowsInformationProtectionAppLearningSummaryCollectionRequest
public WindowsInformationProtectionAppLearningSummary post(WindowsInformationProtectionAppLearningSummary newWindowsInformationProtectionAppLearningSummary) throws ClientException
post
in interface IWindowsInformationProtectionAppLearningSummaryCollectionRequest
ClientException
public IWindowsInformationProtectionAppLearningSummaryCollectionRequest expand(java.lang.String value)
expand
in interface IWindowsInformationProtectionAppLearningSummaryCollectionRequest
value
- the expand clausepublic IWindowsInformationProtectionAppLearningSummaryCollectionRequest filter(java.lang.String value)
filter
in interface IWindowsInformationProtectionAppLearningSummaryCollectionRequest
value
- the filter clausepublic IWindowsInformationProtectionAppLearningSummaryCollectionRequest orderBy(java.lang.String value)
orderBy
in interface IWindowsInformationProtectionAppLearningSummaryCollectionRequest
value
- the order by clausepublic IWindowsInformationProtectionAppLearningSummaryCollectionRequest select(java.lang.String value)
select
in interface IWindowsInformationProtectionAppLearningSummaryCollectionRequest
value
- the select clausepublic IWindowsInformationProtectionAppLearningSummaryCollectionRequest top(int value)
top
in interface IWindowsInformationProtectionAppLearningSummaryCollectionRequest
value
- the max number of items to returnpublic IWindowsInformationProtectionAppLearningSummaryCollectionRequest skip(int value)
skip
in interface IWindowsInformationProtectionAppLearningSummaryCollectionRequest
value
- of the number of items to skippublic IWindowsInformationProtectionAppLearningSummaryCollectionRequest skipToken(java.lang.String skipToken)
skipToken
in interface IWindowsInformationProtectionAppLearningSummaryCollectionRequest
skipToken
- - Token for paginationpublic IWindowsInformationProtectionAppLearningSummaryCollectionPage buildFromResponse(WindowsInformationProtectionAppLearningSummaryCollectionResponse response)