public class ManagedDeviceCollectionWithReferencesRequest extends BaseCollectionRequest<ManagedDeviceCollectionResponse,IManagedDeviceCollectionPage> implements IManagedDeviceCollectionWithReferencesRequest
| Constructor and Description |
|---|
ManagedDeviceCollectionWithReferencesRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of ManagedDevice
|
| Modifier and Type | Method and Description |
|---|---|
IManagedDeviceCollectionWithReferencesPage |
buildFromResponse(ManagedDeviceCollectionResponse response) |
IManagedDeviceCollectionWithReferencesRequest |
expand(java.lang.String value) |
IManagedDeviceCollectionWithReferencesRequest |
filter(java.lang.String value) |
IManagedDeviceCollectionWithReferencesPage |
get() |
void |
get(ICallback<? super IManagedDeviceCollectionWithReferencesPage> callback) |
IManagedDeviceCollectionWithReferencesRequest |
orderBy(java.lang.String value) |
IManagedDeviceCollectionWithReferencesRequest |
select(java.lang.String value) |
IManagedDeviceCollectionWithReferencesRequest |
top(int value) |
addFunctionOption, addHeader, addQueryOption, getBaseRequest, getCollectionPageClass, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, post, send, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodpublic ManagedDeviceCollectionWithReferencesRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic void get(ICallback<? super IManagedDeviceCollectionWithReferencesPage> callback)
get in interface IManagedDeviceCollectionWithReferencesRequestpublic IManagedDeviceCollectionWithReferencesPage get() throws ClientException
get in interface IManagedDeviceCollectionWithReferencesRequestClientExceptionpublic IManagedDeviceCollectionWithReferencesRequest expand(java.lang.String value)
expand in interface IManagedDeviceCollectionWithReferencesRequestpublic IManagedDeviceCollectionWithReferencesRequest filter(java.lang.String value)
public IManagedDeviceCollectionWithReferencesRequest orderBy(java.lang.String value)
public IManagedDeviceCollectionWithReferencesRequest select(java.lang.String value)
select in interface IManagedDeviceCollectionWithReferencesRequestpublic IManagedDeviceCollectionWithReferencesRequest top(int value)
top in interface IManagedDeviceCollectionWithReferencesRequestpublic IManagedDeviceCollectionWithReferencesPage buildFromResponse(ManagedDeviceCollectionResponse response)