public interface IDeviceCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IDeviceCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IDeviceCollectionPage |
get() |
void |
get(ICallback<IDeviceCollectionPage> callback) |
Device |
post(Device newDevice) |
void |
post(Device newDevice,
ICallback<Device> callback) |
IDeviceCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IDeviceCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IDeviceCollectionPage> callback)
IDeviceCollectionPage get() throws ClientException
ClientExceptionDevice post(Device newDevice) throws ClientException
ClientExceptionIDeviceCollectionRequest expand(java.lang.String value)
value - the expand clauseIDeviceCollectionRequest select(java.lang.String value)
value - the select clauseIDeviceCollectionRequest top(int value)
value - the max number of items to return