public interface IDeviceAndAppManagementRoleAssignmentCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IDeviceAndAppManagementRoleAssignmentCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IDeviceAndAppManagementRoleAssignmentCollectionPage |
get() |
void |
get(ICallback<IDeviceAndAppManagementRoleAssignmentCollectionPage> callback) |
DeviceAndAppManagementRoleAssignment |
post(DeviceAndAppManagementRoleAssignment newDeviceAndAppManagementRoleAssignment) |
void |
post(DeviceAndAppManagementRoleAssignment newDeviceAndAppManagementRoleAssignment,
ICallback<DeviceAndAppManagementRoleAssignment> callback) |
IDeviceAndAppManagementRoleAssignmentCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IDeviceAndAppManagementRoleAssignmentCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IDeviceAndAppManagementRoleAssignmentCollectionPage> callback)
IDeviceAndAppManagementRoleAssignmentCollectionPage get() throws ClientException
ClientExceptionvoid post(DeviceAndAppManagementRoleAssignment newDeviceAndAppManagementRoleAssignment, ICallback<DeviceAndAppManagementRoleAssignment> callback)
DeviceAndAppManagementRoleAssignment post(DeviceAndAppManagementRoleAssignment newDeviceAndAppManagementRoleAssignment) throws ClientException
ClientExceptionIDeviceAndAppManagementRoleAssignmentCollectionRequest expand(java.lang.String value)
value - the expand clauseIDeviceAndAppManagementRoleAssignmentCollectionRequest select(java.lang.String value)
value - the select clauseIDeviceAndAppManagementRoleAssignmentCollectionRequest top(int value)
value - the max number of items to return