public class BaseFunctionRequestBuilder extends BaseRequestBuilder
Modifier and Type | Field and Description |
---|---|
protected java.util.List<FunctionOption> |
functionOptions
The
FunctionOption s to add to this request |
Constructor and Description |
---|
BaseFunctionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> options)
Constructs a new
BaseFunctionRequestBuilder |
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
protected java.util.List<FunctionOption> functionOptions
FunctionOption
s to add to this requestpublic BaseFunctionRequestBuilder(java.lang.String requestUrl, IBaseClient client, java.util.List<? extends Option> options)
BaseFunctionRequestBuilder
requestUrl
- the URL for the requestclient
- the IBaseClient
for handling requestsoptions
- List
of Option
s to add to this request