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