public class DefaultManagedAppProtectionCollectionRequest extends BaseCollectionRequest<DefaultManagedAppProtectionCollectionResponse,IDefaultManagedAppProtectionCollectionPage> implements IDefaultManagedAppProtectionCollectionRequest
| Constructor and Description |
|---|
DefaultManagedAppProtectionCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of DefaultManagedAppProtection
|
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 DefaultManagedAppProtectionCollectionRequest(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 IDefaultManagedAppProtectionCollectionPage> callback)
get in interface IDefaultManagedAppProtectionCollectionRequestpublic IDefaultManagedAppProtectionCollectionPage get() throws ClientException
get in interface IDefaultManagedAppProtectionCollectionRequestClientExceptionpublic void post(DefaultManagedAppProtection newDefaultManagedAppProtection, ICallback<? super DefaultManagedAppProtection> callback)
post in interface IDefaultManagedAppProtectionCollectionRequestpublic DefaultManagedAppProtection post(DefaultManagedAppProtection newDefaultManagedAppProtection) throws ClientException
post in interface IDefaultManagedAppProtectionCollectionRequestClientExceptionpublic IDefaultManagedAppProtectionCollectionRequest expand(java.lang.String value)
expand in interface IDefaultManagedAppProtectionCollectionRequestvalue - the expand clausepublic IDefaultManagedAppProtectionCollectionRequest filter(java.lang.String value)
filter in interface IDefaultManagedAppProtectionCollectionRequestvalue - the filter clausepublic IDefaultManagedAppProtectionCollectionRequest orderBy(java.lang.String value)
orderBy in interface IDefaultManagedAppProtectionCollectionRequestvalue - the order by clausepublic IDefaultManagedAppProtectionCollectionRequest select(java.lang.String value)
select in interface IDefaultManagedAppProtectionCollectionRequestvalue - the select clausepublic IDefaultManagedAppProtectionCollectionRequest top(int value)
top in interface IDefaultManagedAppProtectionCollectionRequestvalue - the max number of items to returnpublic IDefaultManagedAppProtectionCollectionRequest skip(int value)
skip in interface IDefaultManagedAppProtectionCollectionRequestvalue - of the number of items to skippublic IDefaultManagedAppProtectionCollectionRequest skipToken(java.lang.String skipToken)
skipToken in interface IDefaultManagedAppProtectionCollectionRequestskipToken - - Token for paginationpublic IDefaultManagedAppProtectionCollectionPage buildFromResponse(DefaultManagedAppProtectionCollectionResponse response)