public class DeviceEnrollmentConfigurationSetPriorityRequest extends BaseRequest implements IDeviceEnrollmentConfigurationSetPriorityRequest
Modifier and Type | Field and Description |
---|---|
protected DeviceEnrollmentConfigurationSetPriorityBody |
body |
functionOptions, queryOptions, REQUEST_STATS_HEADER_VALUE_FORMAT_STRING
Constructor and Description |
---|
DeviceEnrollmentConfigurationSetPriorityRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request for this DeviceEnrollmentConfigurationSetPriority
|
Modifier and Type | Method and Description |
---|---|
IDeviceEnrollmentConfigurationSetPriorityRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
java.lang.Void |
post() |
void |
post(ICallback<java.lang.Void> callback) |
IDeviceEnrollmentConfigurationSetPriorityRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IDeviceEnrollmentConfigurationSetPriorityRequest |
top(int value)
Sets the top value for the request
|
addFunctionOption, addHeader, addQueryOption, getClient, getFunctionOptions, getHeaders, getHttpMethod, getOptions, getQueryOptions, getRequestUrl, getResponseType, getUseCaches, send, send, setHttpMethod, setUseCaches
protected final DeviceEnrollmentConfigurationSetPriorityBody body
public DeviceEnrollmentConfigurationSetPriorityRequest(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 post(ICallback<java.lang.Void> callback)
post
in interface IDeviceEnrollmentConfigurationSetPriorityRequest
public java.lang.Void post() throws ClientException
post
in interface IDeviceEnrollmentConfigurationSetPriorityRequest
ClientException
public IDeviceEnrollmentConfigurationSetPriorityRequest select(java.lang.String value)
select
in interface IDeviceEnrollmentConfigurationSetPriorityRequest
value
- the select clausepublic IDeviceEnrollmentConfigurationSetPriorityRequest top(int value)
top
in interface IDeviceEnrollmentConfigurationSetPriorityRequest
value
- the max number of items to returnpublic IDeviceEnrollmentConfigurationSetPriorityRequest expand(java.lang.String value)
expand
in interface IDeviceEnrollmentConfigurationSetPriorityRequest
value
- the expand clause