public class DeviceConfigurationStateCollectionRequest extends BaseCollectionRequest<DeviceConfigurationStateCollectionResponse,IDeviceConfigurationStateCollectionPage> implements IDeviceConfigurationStateCollectionRequest
| Constructor and Description |
|---|
DeviceConfigurationStateCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of DeviceConfigurationState
|
| Modifier and Type | Method and Description |
|---|---|
IDeviceConfigurationStateCollectionPage |
buildFromResponse(DeviceConfigurationStateCollectionResponse response) |
IDeviceConfigurationStateCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IDeviceConfigurationStateCollectionPage |
get() |
void |
get(ICallback<IDeviceConfigurationStateCollectionPage> callback) |
DeviceConfigurationState |
post(DeviceConfigurationState newDeviceConfigurationState) |
void |
post(DeviceConfigurationState newDeviceConfigurationState,
ICallback<DeviceConfigurationState> callback) |
IDeviceConfigurationStateCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IDeviceConfigurationStateCollectionRequest |
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 DeviceConfigurationStateCollectionRequest(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<IDeviceConfigurationStateCollectionPage> callback)
get in interface IDeviceConfigurationStateCollectionRequestpublic IDeviceConfigurationStateCollectionPage get() throws ClientException
get in interface IDeviceConfigurationStateCollectionRequestClientExceptionpublic void post(DeviceConfigurationState newDeviceConfigurationState, ICallback<DeviceConfigurationState> callback)
post in interface IDeviceConfigurationStateCollectionRequestpublic DeviceConfigurationState post(DeviceConfigurationState newDeviceConfigurationState) throws ClientException
post in interface IDeviceConfigurationStateCollectionRequestClientExceptionpublic IDeviceConfigurationStateCollectionRequest expand(java.lang.String value)
expand in interface IDeviceConfigurationStateCollectionRequestvalue - the expand clausepublic IDeviceConfigurationStateCollectionRequest select(java.lang.String value)
select in interface IDeviceConfigurationStateCollectionRequestvalue - the select clausepublic IDeviceConfigurationStateCollectionRequest top(int value)
top in interface IDeviceConfigurationStateCollectionRequestvalue - the max number of items to returnpublic IDeviceConfigurationStateCollectionPage buildFromResponse(DeviceConfigurationStateCollectionResponse response)