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) |
IManagedDeviceCollectionWithReferencesPage |
get() |
void |
get(ICallback<IManagedDeviceCollectionWithReferencesPage> callback) |
IManagedDeviceCollectionWithReferencesRequest |
select(java.lang.String value) |
IManagedDeviceCollectionWithReferencesRequest |
top(int value) |
addFunctionOption, addHeader, addQueryOption, getBaseRequest, getCollectionPageClass, getDelay, getHeaders, getHttpMethod, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, post, send, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCachespublic 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<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 select(java.lang.String value)
select in interface IManagedDeviceCollectionWithReferencesRequestpublic IManagedDeviceCollectionWithReferencesRequest top(int value)
top in interface IManagedDeviceCollectionWithReferencesRequestpublic IManagedDeviceCollectionWithReferencesPage buildFromResponse(ManagedDeviceCollectionResponse response)