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
|
| Modifier and Type | Method and Description |
|---|---|
IAndroidManagedAppProtectionCollectionPage |
buildFromResponse(AndroidManagedAppProtectionCollectionResponse response) |
IAndroidManagedAppProtectionCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IAndroidManagedAppProtectionCollectionPage |
get() |
void |
get(ICallback<IAndroidManagedAppProtectionCollectionPage> callback) |
AndroidManagedAppProtection |
post(AndroidManagedAppProtection newAndroidManagedAppProtection) |
void |
post(AndroidManagedAppProtection newAndroidManagedAppProtection,
ICallback<AndroidManagedAppProtection> callback) |
IAndroidManagedAppProtectionCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IAndroidManagedAppProtectionCollectionRequest |
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 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<IAndroidManagedAppProtectionCollectionPage> callback)
get in interface IAndroidManagedAppProtectionCollectionRequestpublic IAndroidManagedAppProtectionCollectionPage get() throws ClientException
get in interface IAndroidManagedAppProtectionCollectionRequestClientExceptionpublic void post(AndroidManagedAppProtection newAndroidManagedAppProtection, ICallback<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 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 IAndroidManagedAppProtectionCollectionPage buildFromResponse(AndroidManagedAppProtectionCollectionResponse response)