public class DeviceManagementGetEffectivePermissionsCollectionRequest extends BaseCollectionRequest<DeviceManagementGetEffectivePermissionsCollectionResponse,IDeviceManagementGetEffectivePermissionsCollectionPage> implements IDeviceManagementGetEffectivePermissionsCollectionRequest
| Constructor and Description |
|---|
DeviceManagementGetEffectivePermissionsCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request for this DeviceManagementGetEffectivePermissions
|
| Modifier and Type | Method and Description |
|---|---|
IDeviceManagementGetEffectivePermissionsCollectionPage |
buildFromResponse(DeviceManagementGetEffectivePermissionsCollectionResponse response) |
IDeviceManagementGetEffectivePermissionsCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IDeviceManagementGetEffectivePermissionsCollectionPage |
get() |
void |
get(ICallback<IDeviceManagementGetEffectivePermissionsCollectionPage> callback) |
IDeviceManagementGetEffectivePermissionsCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IDeviceManagementGetEffectivePermissionsCollectionRequest |
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 DeviceManagementGetEffectivePermissionsCollectionRequest(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<IDeviceManagementGetEffectivePermissionsCollectionPage> callback)
get in interface IDeviceManagementGetEffectivePermissionsCollectionRequestpublic IDeviceManagementGetEffectivePermissionsCollectionPage get() throws ClientException
get in interface IDeviceManagementGetEffectivePermissionsCollectionRequestClientExceptionpublic IDeviceManagementGetEffectivePermissionsCollectionPage buildFromResponse(DeviceManagementGetEffectivePermissionsCollectionResponse response)
public IDeviceManagementGetEffectivePermissionsCollectionRequest select(java.lang.String value)
select in interface IDeviceManagementGetEffectivePermissionsCollectionRequestvalue - the select clausepublic IDeviceManagementGetEffectivePermissionsCollectionRequest top(int value)
top in interface IDeviceManagementGetEffectivePermissionsCollectionRequestvalue - the max number of items to returnpublic IDeviceManagementGetEffectivePermissionsCollectionRequest expand(java.lang.String value)
expand in interface IDeviceManagementGetEffectivePermissionsCollectionRequestvalue - the expand clause