public class DeviceWithReferenceRequestBuilder extends BaseRequestBuilder implements IDeviceWithReferenceRequestBuilder
Constructor and Description |
---|
DeviceWithReferenceRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for the Device
|
Modifier and Type | Method and Description |
---|---|
IDeviceWithReferenceRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request with specific options instead of the existing options
|
IDeviceWithReferenceRequest |
buildRequest(Option... requestOptions)
Creates the request
|
IDeviceReferenceRequestBuilder |
reference() |
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getClient, getRequestUrl, getRequestUrlWithAdditionalSegment
public DeviceWithReferenceRequestBuilder(java.lang.String requestUrl, IBaseClient client, java.util.List<? extends Option> requestOptions)
requestUrl
- the request URLclient
- the service clientrequestOptions
- the options for this requestpublic IDeviceWithReferenceRequest buildRequest(Option... requestOptions)
buildRequest
in interface IDeviceWithReferenceRequestBuilder
requestOptions
- the options for this requestpublic IDeviceWithReferenceRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest
in interface IDeviceWithReferenceRequestBuilder
requestOptions
- the options for this requestpublic IDeviceReferenceRequestBuilder reference()
reference
in interface IDeviceWithReferenceRequestBuilder