public interface IDefaultManagedAppProtectionCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IDefaultManagedAppProtectionCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IDefaultManagedAppProtectionCollectionPage |
get() |
void |
get(ICallback<IDefaultManagedAppProtectionCollectionPage> callback) |
DefaultManagedAppProtection |
post(DefaultManagedAppProtection newDefaultManagedAppProtection) |
void |
post(DefaultManagedAppProtection newDefaultManagedAppProtection,
ICallback<DefaultManagedAppProtection> callback) |
IDefaultManagedAppProtectionCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IDefaultManagedAppProtectionCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IDefaultManagedAppProtectionCollectionPage> callback)
IDefaultManagedAppProtectionCollectionPage get() throws ClientException
ClientExceptionvoid post(DefaultManagedAppProtection newDefaultManagedAppProtection, ICallback<DefaultManagedAppProtection> callback)
DefaultManagedAppProtection post(DefaultManagedAppProtection newDefaultManagedAppProtection) throws ClientException
ClientExceptionIDefaultManagedAppProtectionCollectionRequest expand(java.lang.String value)
value - the expand clauseIDefaultManagedAppProtectionCollectionRequest select(java.lang.String value)
value - the select clauseIDefaultManagedAppProtectionCollectionRequest top(int value)
value - the max number of items to return