public class IosManagedAppProtectionCollectionRequest extends BaseCollectionRequest<IosManagedAppProtectionCollectionResponse,IIosManagedAppProtectionCollectionPage> implements IIosManagedAppProtectionCollectionRequest
| Constructor and Description |
|---|
IosManagedAppProtectionCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of IosManagedAppProtection
|
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 IosManagedAppProtectionCollectionRequest(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 IIosManagedAppProtectionCollectionPage> callback)
get in interface IIosManagedAppProtectionCollectionRequestpublic IIosManagedAppProtectionCollectionPage get() throws ClientException
get in interface IIosManagedAppProtectionCollectionRequestClientExceptionpublic void post(IosManagedAppProtection newIosManagedAppProtection, ICallback<? super IosManagedAppProtection> callback)
post in interface IIosManagedAppProtectionCollectionRequestpublic IosManagedAppProtection post(IosManagedAppProtection newIosManagedAppProtection) throws ClientException
post in interface IIosManagedAppProtectionCollectionRequestClientExceptionpublic IIosManagedAppProtectionCollectionRequest expand(java.lang.String value)
expand in interface IIosManagedAppProtectionCollectionRequestvalue - the expand clausepublic IIosManagedAppProtectionCollectionRequest filter(java.lang.String value)
filter in interface IIosManagedAppProtectionCollectionRequestvalue - the filter clausepublic IIosManagedAppProtectionCollectionRequest orderBy(java.lang.String value)
orderBy in interface IIosManagedAppProtectionCollectionRequestvalue - the order by clausepublic IIosManagedAppProtectionCollectionRequest select(java.lang.String value)
select in interface IIosManagedAppProtectionCollectionRequestvalue - the select clausepublic IIosManagedAppProtectionCollectionRequest top(int value)
top in interface IIosManagedAppProtectionCollectionRequestvalue - the max number of items to returnpublic IIosManagedAppProtectionCollectionRequest skip(int value)
skip in interface IIosManagedAppProtectionCollectionRequestvalue - of the number of items to skippublic IIosManagedAppProtectionCollectionRequest skipToken(java.lang.String skipToken)
skipToken in interface IIosManagedAppProtectionCollectionRequestskipToken - - Token for paginationpublic IIosManagedAppProtectionCollectionPage buildFromResponse(IosManagedAppProtectionCollectionResponse response)