public interface IEndpointWithReferenceRequestBuilder extends IRequestBuilder
| Modifier and Type | Method and Description |
|---|---|
IEndpointWithReferenceRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request with specific options instead of the existing options
|
IEndpointWithReferenceRequest |
buildRequest(Option... requestOptions)
Creates the request
|
IEndpointReferenceRequestBuilder |
reference() |
getClient, getRequestUrl, getRequestUrlWithAdditionalSegmentIEndpointWithReferenceRequest buildRequest(Option... requestOptions)
requestOptions - the options for this requestIEndpointWithReferenceRequest buildRequest(java.util.List<? extends Option> requestOptions)
requestOptions - the options for this requestIEndpointReferenceRequestBuilder reference()