public interface IDeviceConfigurationStateCollectionRequest extends IHttpRequest
Modifier and Type | Method and Description |
---|---|
IDeviceConfigurationStateCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IDeviceConfigurationStateCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IDeviceConfigurationStateCollectionPage |
get() |
void |
get(ICallback<? super IDeviceConfigurationStateCollectionPage> callback) |
IDeviceConfigurationStateCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
DeviceConfigurationState |
post(DeviceConfigurationState newDeviceConfigurationState) |
void |
post(DeviceConfigurationState newDeviceConfigurationState,
ICallback<? super DeviceConfigurationState> callback) |
IDeviceConfigurationStateCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IDeviceConfigurationStateCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IDeviceConfigurationStateCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
IDeviceConfigurationStateCollectionRequest |
top(int value)
Sets the top value for the request
|
addHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethod
void get(ICallback<? super IDeviceConfigurationStateCollectionPage> callback)
IDeviceConfigurationStateCollectionPage get() throws ClientException
ClientException
void post(DeviceConfigurationState newDeviceConfigurationState, ICallback<? super DeviceConfigurationState> callback)
DeviceConfigurationState post(DeviceConfigurationState newDeviceConfigurationState) throws ClientException
ClientException
IDeviceConfigurationStateCollectionRequest expand(java.lang.String value)
value
- the expand clauseIDeviceConfigurationStateCollectionRequest filter(java.lang.String value)
value
- the filter clauseIDeviceConfigurationStateCollectionRequest orderBy(java.lang.String value)
value
- the order by clauseIDeviceConfigurationStateCollectionRequest select(java.lang.String value)
value
- the select clauseIDeviceConfigurationStateCollectionRequest top(int value)
value
- the max number of items to returnIDeviceConfigurationStateCollectionRequest skip(int value)
value
- of the number of items to skipIDeviceConfigurationStateCollectionRequest skipToken(java.lang.String skipToken)
skipToken
- value for pagination