public interface IDeviceConfigurationCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IDeviceConfigurationCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IDeviceConfigurationCollectionPage |
get() |
void |
get(ICallback<IDeviceConfigurationCollectionPage> callback) |
DeviceConfiguration |
post(DeviceConfiguration newDeviceConfiguration) |
void |
post(DeviceConfiguration newDeviceConfiguration,
ICallback<DeviceConfiguration> callback) |
IDeviceConfigurationCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IDeviceConfigurationCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IDeviceConfigurationCollectionPage> callback)
IDeviceConfigurationCollectionPage get() throws ClientException
ClientExceptionvoid post(DeviceConfiguration newDeviceConfiguration, ICallback<DeviceConfiguration> callback)
DeviceConfiguration post(DeviceConfiguration newDeviceConfiguration) throws ClientException
ClientExceptionIDeviceConfigurationCollectionRequest expand(java.lang.String value)
value - the expand clauseIDeviceConfigurationCollectionRequest select(java.lang.String value)
value - the select clauseIDeviceConfigurationCollectionRequest top(int value)
value - the max number of items to return