public interface IManagedDeviceCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IManagedDeviceCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IManagedDeviceCollectionPage |
get() |
void |
get(ICallback<IManagedDeviceCollectionPage> callback) |
ManagedDevice |
post(ManagedDevice newManagedDevice) |
void |
post(ManagedDevice newManagedDevice,
ICallback<ManagedDevice> callback) |
IManagedDeviceCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IManagedDeviceCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IManagedDeviceCollectionPage> callback)
IManagedDeviceCollectionPage get() throws ClientException
ClientExceptionvoid post(ManagedDevice newManagedDevice, ICallback<ManagedDevice> callback)
ManagedDevice post(ManagedDevice newManagedDevice) throws ClientException
ClientExceptionIManagedDeviceCollectionRequest expand(java.lang.String value)
value - the expand clauseIManagedDeviceCollectionRequest select(java.lang.String value)
value - the select clauseIManagedDeviceCollectionRequest top(int value)
value - the max number of items to return