public class WorkbookFunctionsErfRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsErfRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsErfRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement lowerLimit,
com.google.gson.JsonElement upperLimit)
The request builder for this WorkbookFunctionsErf
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsErfRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsErfRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookFunctionsErfRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookFunctionsErfRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookFunctionsErfRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement lowerLimit,
com.google.gson.JsonElement upperLimit)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestlowerLimit - the lowerLimitupperLimit - the upperLimitpublic IWorkbookFunctionsErfRequest buildRequest(Option... requestOptions)
buildRequest in interface IWorkbookFunctionsErfRequestBuilderrequestOptions - the options for the requestpublic IWorkbookFunctionsErfRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsErfRequestBuilderrequestOptions - the options for the request