public class ManagedDeviceCollectionWithReferencesRequestBuilder extends BaseRequestBuilder implements IManagedDeviceCollectionWithReferencesRequestBuilder
| Constructor and Description |
|---|
ManagedDeviceCollectionWithReferencesRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of DetectedApp
|
| Modifier and Type | Method and Description |
|---|---|
IManagedDeviceCollectionWithReferencesRequest |
buildRequest() |
IManagedDeviceCollectionWithReferencesRequest |
buildRequest(java.util.List<? extends Option> requestOptions) |
IManagedDeviceWithReferenceRequestBuilder |
byId(java.lang.String id) |
IManagedDeviceCollectionReferenceRequestBuilder |
references() |
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic ManagedDeviceCollectionWithReferencesRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic IManagedDeviceCollectionWithReferencesRequest buildRequest()
buildRequest in interface IManagedDeviceCollectionWithReferencesRequestBuilderpublic IManagedDeviceCollectionWithReferencesRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IManagedDeviceCollectionWithReferencesRequestBuilderpublic IManagedDeviceWithReferenceRequestBuilder byId(java.lang.String id)
byId in interface IManagedDeviceCollectionWithReferencesRequestBuilderpublic IManagedDeviceCollectionReferenceRequestBuilder references()
references in interface IManagedDeviceCollectionWithReferencesRequestBuilder