public interface IManagedDeviceMobileAppConfigurationCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IManagedDeviceMobileAppConfigurationCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IManagedDeviceMobileAppConfigurationCollectionPage |
get() |
void |
get(ICallback<IManagedDeviceMobileAppConfigurationCollectionPage> callback) |
ManagedDeviceMobileAppConfiguration |
post(ManagedDeviceMobileAppConfiguration newManagedDeviceMobileAppConfiguration) |
void |
post(ManagedDeviceMobileAppConfiguration newManagedDeviceMobileAppConfiguration,
ICallback<ManagedDeviceMobileAppConfiguration> callback) |
IManagedDeviceMobileAppConfigurationCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IManagedDeviceMobileAppConfigurationCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IManagedDeviceMobileAppConfigurationCollectionPage> callback)
IManagedDeviceMobileAppConfigurationCollectionPage get() throws ClientException
ClientExceptionvoid post(ManagedDeviceMobileAppConfiguration newManagedDeviceMobileAppConfiguration, ICallback<ManagedDeviceMobileAppConfiguration> callback)
ManagedDeviceMobileAppConfiguration post(ManagedDeviceMobileAppConfiguration newManagedDeviceMobileAppConfiguration) throws ClientException
ClientExceptionIManagedDeviceMobileAppConfigurationCollectionRequest expand(java.lang.String value)
value - the expand clauseIManagedDeviceMobileAppConfigurationCollectionRequest select(java.lang.String value)
value - the select clauseIManagedDeviceMobileAppConfigurationCollectionRequest top(int value)
value - the max number of items to return