public class AndroidManagedAppProtectionCollectionRequest extends BaseCollectionRequest<AndroidManagedAppProtectionCollectionResponse,IAndroidManagedAppProtectionCollectionPage> implements IAndroidManagedAppProtectionCollectionRequest
| Constructor and Description |
|---|
AndroidManagedAppProtectionCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of AndroidManagedAppProtection
|
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 AndroidManagedAppProtectionCollectionRequest(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 IAndroidManagedAppProtectionCollectionPage> callback)
get in interface IAndroidManagedAppProtectionCollectionRequestpublic IAndroidManagedAppProtectionCollectionPage get() throws ClientException
get in interface IAndroidManagedAppProtectionCollectionRequestClientExceptionpublic void post(AndroidManagedAppProtection newAndroidManagedAppProtection, ICallback<? super AndroidManagedAppProtection> callback)
post in interface IAndroidManagedAppProtectionCollectionRequestpublic AndroidManagedAppProtection post(AndroidManagedAppProtection newAndroidManagedAppProtection) throws ClientException
post in interface IAndroidManagedAppProtectionCollectionRequestClientExceptionpublic IAndroidManagedAppProtectionCollectionRequest expand(java.lang.String value)
expand in interface IAndroidManagedAppProtectionCollectionRequestvalue - the expand clausepublic IAndroidManagedAppProtectionCollectionRequest filter(java.lang.String value)
filter in interface IAndroidManagedAppProtectionCollectionRequestvalue - the filter clausepublic IAndroidManagedAppProtectionCollectionRequest orderBy(java.lang.String value)
orderBy in interface IAndroidManagedAppProtectionCollectionRequestvalue - the order by clausepublic IAndroidManagedAppProtectionCollectionRequest select(java.lang.String value)
select in interface IAndroidManagedAppProtectionCollectionRequestvalue - the select clausepublic IAndroidManagedAppProtectionCollectionRequest top(int value)
top in interface IAndroidManagedAppProtectionCollectionRequestvalue - the max number of items to returnpublic IAndroidManagedAppProtectionCollectionRequest skip(int value)
skip in interface IAndroidManagedAppProtectionCollectionRequestvalue - of the number of items to skippublic IAndroidManagedAppProtectionCollectionRequest skipToken(java.lang.String skipToken)
skipToken in interface IAndroidManagedAppProtectionCollectionRequestskipToken - - Token for paginationpublic IAndroidManagedAppProtectionCollectionPage buildFromResponse(AndroidManagedAppProtectionCollectionResponse response)