public interface IManagedDeviceMobileAppConfigurationAssignmentCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IManagedDeviceMobileAppConfigurationAssignmentCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IManagedDeviceMobileAppConfigurationAssignmentCollectionPage |
get() |
void |
get(ICallback<IManagedDeviceMobileAppConfigurationAssignmentCollectionPage> callback) |
ManagedDeviceMobileAppConfigurationAssignment |
post(ManagedDeviceMobileAppConfigurationAssignment newManagedDeviceMobileAppConfigurationAssignment) |
void |
post(ManagedDeviceMobileAppConfigurationAssignment newManagedDeviceMobileAppConfigurationAssignment,
ICallback<ManagedDeviceMobileAppConfigurationAssignment> callback) |
IManagedDeviceMobileAppConfigurationAssignmentCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IManagedDeviceMobileAppConfigurationAssignmentCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IManagedDeviceMobileAppConfigurationAssignmentCollectionPage> callback)
IManagedDeviceMobileAppConfigurationAssignmentCollectionPage get() throws ClientException
ClientExceptionvoid post(ManagedDeviceMobileAppConfigurationAssignment newManagedDeviceMobileAppConfigurationAssignment, ICallback<ManagedDeviceMobileAppConfigurationAssignment> callback)
ManagedDeviceMobileAppConfigurationAssignment post(ManagedDeviceMobileAppConfigurationAssignment newManagedDeviceMobileAppConfigurationAssignment) throws ClientException
ClientExceptionIManagedDeviceMobileAppConfigurationAssignmentCollectionRequest expand(java.lang.String value)
value - the expand clauseIManagedDeviceMobileAppConfigurationAssignmentCollectionRequest select(java.lang.String value)
value - the select clauseIManagedDeviceMobileAppConfigurationAssignmentCollectionRequest top(int value)
value - the max number of items to return