public interface ITargetedManagedAppConfigurationCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
ITargetedManagedAppConfigurationCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
ITargetedManagedAppConfigurationCollectionPage |
get() |
void |
get(ICallback<ITargetedManagedAppConfigurationCollectionPage> callback) |
TargetedManagedAppConfiguration |
post(TargetedManagedAppConfiguration newTargetedManagedAppConfiguration) |
void |
post(TargetedManagedAppConfiguration newTargetedManagedAppConfiguration,
ICallback<TargetedManagedAppConfiguration> callback) |
ITargetedManagedAppConfigurationCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
ITargetedManagedAppConfigurationCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<ITargetedManagedAppConfigurationCollectionPage> callback)
ITargetedManagedAppConfigurationCollectionPage get() throws ClientException
ClientExceptionvoid post(TargetedManagedAppConfiguration newTargetedManagedAppConfiguration, ICallback<TargetedManagedAppConfiguration> callback)
TargetedManagedAppConfiguration post(TargetedManagedAppConfiguration newTargetedManagedAppConfiguration) throws ClientException
ClientExceptionITargetedManagedAppConfigurationCollectionRequest expand(java.lang.String value)
value - the expand clauseITargetedManagedAppConfigurationCollectionRequest select(java.lang.String value)
value - the select clauseITargetedManagedAppConfigurationCollectionRequest top(int value)
value - the max number of items to return