public interface IManagedDeviceCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
IManagedDeviceCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IManagedDeviceCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IManagedDeviceCollectionPage |
get() |
void |
get(ICallback<? super IManagedDeviceCollectionPage> callback) |
IManagedDeviceCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
ManagedDevice |
post(ManagedDevice newManagedDevice) |
void |
post(ManagedDevice newManagedDevice,
ICallback<? super ManagedDevice> callback) |
IManagedDeviceCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IManagedDeviceCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IManagedDeviceCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
IManagedDeviceCollectionRequest |
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 IManagedDeviceCollectionPage> callback)
IManagedDeviceCollectionPage get() throws ClientException
ClientExceptionvoid post(ManagedDevice newManagedDevice, ICallback<? super ManagedDevice> callback)
ManagedDevice post(ManagedDevice newManagedDevice) throws ClientException
ClientExceptionIManagedDeviceCollectionRequest expand(java.lang.String value)
value - the expand clauseIManagedDeviceCollectionRequest filter(java.lang.String value)
value - the filter clauseIManagedDeviceCollectionRequest orderBy(java.lang.String value)
value - the order by clauseIManagedDeviceCollectionRequest select(java.lang.String value)
value - the select clauseIManagedDeviceCollectionRequest top(int value)
value - the max number of items to returnIManagedDeviceCollectionRequest skip(int value)
value - of the number of items to skipIManagedDeviceCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination