public interface IDeviceCategoryCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IDeviceCategoryCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IDeviceCategoryCollectionPage |
get() |
void |
get(ICallback<IDeviceCategoryCollectionPage> callback) |
DeviceCategory |
post(DeviceCategory newDeviceCategory) |
void |
post(DeviceCategory newDeviceCategory,
ICallback<DeviceCategory> callback) |
IDeviceCategoryCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IDeviceCategoryCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IDeviceCategoryCollectionPage> callback)
IDeviceCategoryCollectionPage get() throws ClientException
ClientExceptionvoid post(DeviceCategory newDeviceCategory, ICallback<DeviceCategory> callback)
DeviceCategory post(DeviceCategory newDeviceCategory) throws ClientException
ClientExceptionIDeviceCategoryCollectionRequest expand(java.lang.String value)
value - the expand clauseIDeviceCategoryCollectionRequest select(java.lang.String value)
value - the select clauseIDeviceCategoryCollectionRequest top(int value)
value - the max number of items to return