public interface IManagedDeviceMobileAppConfigurationUserStatusCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IManagedDeviceMobileAppConfigurationUserStatusCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IManagedDeviceMobileAppConfigurationUserStatusCollectionPage |
get() |
void |
get(ICallback<IManagedDeviceMobileAppConfigurationUserStatusCollectionPage> callback) |
ManagedDeviceMobileAppConfigurationUserStatus |
post(ManagedDeviceMobileAppConfigurationUserStatus newManagedDeviceMobileAppConfigurationUserStatus) |
void |
post(ManagedDeviceMobileAppConfigurationUserStatus newManagedDeviceMobileAppConfigurationUserStatus,
ICallback<ManagedDeviceMobileAppConfigurationUserStatus> callback) |
IManagedDeviceMobileAppConfigurationUserStatusCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IManagedDeviceMobileAppConfigurationUserStatusCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IManagedDeviceMobileAppConfigurationUserStatusCollectionPage> callback)
IManagedDeviceMobileAppConfigurationUserStatusCollectionPage get() throws ClientException
ClientExceptionvoid post(ManagedDeviceMobileAppConfigurationUserStatus newManagedDeviceMobileAppConfigurationUserStatus, ICallback<ManagedDeviceMobileAppConfigurationUserStatus> callback)
ManagedDeviceMobileAppConfigurationUserStatus post(ManagedDeviceMobileAppConfigurationUserStatus newManagedDeviceMobileAppConfigurationUserStatus) throws ClientException
ClientExceptionIManagedDeviceMobileAppConfigurationUserStatusCollectionRequest expand(java.lang.String value)
value - the expand clauseIManagedDeviceMobileAppConfigurationUserStatusCollectionRequest select(java.lang.String value)
value - the select clauseIManagedDeviceMobileAppConfigurationUserStatusCollectionRequest top(int value)
value - the max number of items to return