public class EndpointCollectionWithReferencesRequestBuilder extends BaseRequestBuilder implements IEndpointCollectionWithReferencesRequestBuilder
| Constructor and Description |
|---|
EndpointCollectionWithReferencesRequestBuilder(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 |
|---|---|
IEndpointCollectionWithReferencesRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request
|
IEndpointCollectionWithReferencesRequest |
buildRequest(Option... requestOptions)
Creates the request
|
IEndpointWithReferenceRequestBuilder |
byId(java.lang.String id) |
IEndpointCollectionReferenceRequestBuilder |
references() |
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic EndpointCollectionWithReferencesRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic IEndpointCollectionWithReferencesRequest buildRequest(Option... requestOptions)
buildRequest in interface IEndpointCollectionWithReferencesRequestBuilderrequestOptions - the options for this requestpublic IEndpointCollectionWithReferencesRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IEndpointCollectionWithReferencesRequestBuilderrequestOptions - the options for this requestpublic IEndpointWithReferenceRequestBuilder byId(java.lang.String id)
byId in interface IEndpointCollectionWithReferencesRequestBuilderpublic IEndpointCollectionReferenceRequestBuilder references()
references in interface IEndpointCollectionWithReferencesRequestBuilder