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
|
| Modifier and Type | Method and Description |
|---|---|
IIosManagedAppProtectionCollectionPage |
buildFromResponse(IosManagedAppProtectionCollectionResponse response) |
IIosManagedAppProtectionCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IIosManagedAppProtectionCollectionPage |
get() |
void |
get(ICallback<IIosManagedAppProtectionCollectionPage> callback) |
IosManagedAppProtection |
post(IosManagedAppProtection newIosManagedAppProtection) |
void |
post(IosManagedAppProtection newIosManagedAppProtection,
ICallback<IosManagedAppProtection> callback) |
IIosManagedAppProtectionCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IIosManagedAppProtectionCollectionRequest |
top(int value)
Sets the top value for the request
|
addFunctionOption, addHeader, addQueryOption, getBaseRequest, getCollectionPageClass, getDelay, getHeaders, getHttpMethod, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, post, send, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCachespublic 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<IIosManagedAppProtectionCollectionPage> callback)
get in interface IIosManagedAppProtectionCollectionRequestpublic IIosManagedAppProtectionCollectionPage get() throws ClientException
get in interface IIosManagedAppProtectionCollectionRequestClientExceptionpublic void post(IosManagedAppProtection newIosManagedAppProtection, ICallback<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 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 IIosManagedAppProtectionCollectionPage buildFromResponse(IosManagedAppProtectionCollectionResponse response)