public interface IIosManagedAppProtectionCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
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
|
void get(ICallback<IIosManagedAppProtectionCollectionPage> callback)
IIosManagedAppProtectionCollectionPage get() throws ClientException
ClientExceptionvoid post(IosManagedAppProtection newIosManagedAppProtection, ICallback<IosManagedAppProtection> callback)
IosManagedAppProtection post(IosManagedAppProtection newIosManagedAppProtection) throws ClientException
ClientExceptionIIosManagedAppProtectionCollectionRequest expand(java.lang.String value)
value - the expand clauseIIosManagedAppProtectionCollectionRequest select(java.lang.String value)
value - the select clauseIIosManagedAppProtectionCollectionRequest top(int value)
value - the max number of items to return