public class DetectedAppRequestBuilder extends BaseRequestBuilder implements IDetectedAppRequestBuilder
| Constructor and Description |
|---|
DetectedAppRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for the DetectedApp
|
| Modifier and Type | Method and Description |
|---|---|
IDetectedAppRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request with specific requestOptions instead of the existing requestOptions
|
IDetectedAppRequest |
buildRequest(Option... requestOptions)
Creates the request
|
IManagedDeviceCollectionWithReferencesRequestBuilder |
managedDevices() |
IManagedDeviceWithReferenceRequestBuilder |
managedDevices(java.lang.String id) |
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic DetectedAppRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic IDetectedAppRequest buildRequest(Option... requestOptions)
buildRequest in interface IDetectedAppRequestBuilderrequestOptions - the options for this requestpublic IDetectedAppRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IDetectedAppRequestBuilderrequestOptions - the options for this requestpublic IManagedDeviceCollectionWithReferencesRequestBuilder managedDevices()
managedDevices in interface IDetectedAppRequestBuilderpublic IManagedDeviceWithReferenceRequestBuilder managedDevices(java.lang.String id)
managedDevices in interface IDetectedAppRequestBuilder