public class DeviceAndAppManagementRoleAssignmentCollectionRequest extends BaseCollectionRequest<DeviceAndAppManagementRoleAssignmentCollectionResponse,IDeviceAndAppManagementRoleAssignmentCollectionPage> implements IDeviceAndAppManagementRoleAssignmentCollectionRequest
| Constructor and Description |
|---|
DeviceAndAppManagementRoleAssignmentCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of DeviceAndAppManagementRoleAssignment
|
| Modifier and Type | Method and Description |
|---|---|
IDeviceAndAppManagementRoleAssignmentCollectionPage |
buildFromResponse(DeviceAndAppManagementRoleAssignmentCollectionResponse response) |
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
|
addFunctionOption, addHeader, addQueryOption, getBaseRequest, getCollectionPageClass, getDelay, getHeaders, getHttpMethod, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, post, send, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCachespublic DeviceAndAppManagementRoleAssignmentCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic void get(ICallback<IDeviceAndAppManagementRoleAssignmentCollectionPage> callback)
get in interface IDeviceAndAppManagementRoleAssignmentCollectionRequestpublic IDeviceAndAppManagementRoleAssignmentCollectionPage get() throws ClientException
get in interface IDeviceAndAppManagementRoleAssignmentCollectionRequestClientExceptionpublic void post(DeviceAndAppManagementRoleAssignment newDeviceAndAppManagementRoleAssignment, ICallback<DeviceAndAppManagementRoleAssignment> callback)
post in interface IDeviceAndAppManagementRoleAssignmentCollectionRequestpublic DeviceAndAppManagementRoleAssignment post(DeviceAndAppManagementRoleAssignment newDeviceAndAppManagementRoleAssignment) throws ClientException
post in interface IDeviceAndAppManagementRoleAssignmentCollectionRequestClientExceptionpublic IDeviceAndAppManagementRoleAssignmentCollectionRequest expand(java.lang.String value)
expand in interface IDeviceAndAppManagementRoleAssignmentCollectionRequestvalue - the expand clausepublic IDeviceAndAppManagementRoleAssignmentCollectionRequest select(java.lang.String value)
select in interface IDeviceAndAppManagementRoleAssignmentCollectionRequestvalue - the select clausepublic IDeviceAndAppManagementRoleAssignmentCollectionRequest top(int value)
top in interface IDeviceAndAppManagementRoleAssignmentCollectionRequestvalue - the max number of items to returnpublic IDeviceAndAppManagementRoleAssignmentCollectionPage buildFromResponse(DeviceAndAppManagementRoleAssignmentCollectionResponse response)