public interface IManagedAppPolicyCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IManagedAppPolicyCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IManagedAppPolicyCollectionPage |
get() |
void |
get(ICallback<IManagedAppPolicyCollectionPage> callback) |
ManagedAppPolicy |
post(ManagedAppPolicy newManagedAppPolicy) |
void |
post(ManagedAppPolicy newManagedAppPolicy,
ICallback<ManagedAppPolicy> callback) |
IManagedAppPolicyCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IManagedAppPolicyCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IManagedAppPolicyCollectionPage> callback)
IManagedAppPolicyCollectionPage get() throws ClientException
ClientExceptionvoid post(ManagedAppPolicy newManagedAppPolicy, ICallback<ManagedAppPolicy> callback)
ManagedAppPolicy post(ManagedAppPolicy newManagedAppPolicy) throws ClientException
ClientExceptionIManagedAppPolicyCollectionRequest expand(java.lang.String value)
value - the expand clauseIManagedAppPolicyCollectionRequest select(java.lang.String value)
value - the select clauseIManagedAppPolicyCollectionRequest top(int value)
value - the max number of items to return