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