public interface IAndroidManagedAppProtectionCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
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
|
void get(ICallback<IAndroidManagedAppProtectionCollectionPage> callback)
IAndroidManagedAppProtectionCollectionPage get() throws ClientException
ClientExceptionvoid post(AndroidManagedAppProtection newAndroidManagedAppProtection, ICallback<AndroidManagedAppProtection> callback)
AndroidManagedAppProtection post(AndroidManagedAppProtection newAndroidManagedAppProtection) throws ClientException
ClientExceptionIAndroidManagedAppProtectionCollectionRequest expand(java.lang.String value)
value - the expand clauseIAndroidManagedAppProtectionCollectionRequest select(java.lang.String value)
value - the select clauseIAndroidManagedAppProtectionCollectionRequest top(int value)
value - the max number of items to return