public interface IDeviceConfigurationCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
IDeviceConfigurationCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IDeviceConfigurationCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IDeviceConfigurationCollectionPage |
get() |
void |
get(ICallback<? super IDeviceConfigurationCollectionPage> callback) |
IDeviceConfigurationCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
DeviceConfiguration |
post(DeviceConfiguration newDeviceConfiguration) |
void |
post(DeviceConfiguration newDeviceConfiguration,
ICallback<? super DeviceConfiguration> callback) |
IDeviceConfigurationCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IDeviceConfigurationCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IDeviceConfigurationCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
IDeviceConfigurationCollectionRequest |
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, withHttpMethodvoid get(ICallback<? super IDeviceConfigurationCollectionPage> callback)
IDeviceConfigurationCollectionPage get() throws ClientException
ClientExceptionvoid post(DeviceConfiguration newDeviceConfiguration, ICallback<? super DeviceConfiguration> callback)
DeviceConfiguration post(DeviceConfiguration newDeviceConfiguration) throws ClientException
ClientExceptionIDeviceConfigurationCollectionRequest expand(java.lang.String value)
value - the expand clauseIDeviceConfigurationCollectionRequest filter(java.lang.String value)
value - the filter clauseIDeviceConfigurationCollectionRequest orderBy(java.lang.String value)
value - the order by clauseIDeviceConfigurationCollectionRequest select(java.lang.String value)
value - the select clauseIDeviceConfigurationCollectionRequest top(int value)
value - the max number of items to returnIDeviceConfigurationCollectionRequest skip(int value)
value - of the number of items to skipIDeviceConfigurationCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination