public class WorkbookFunctionsNominalRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsNominalRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsNominalRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement effectRate,
com.google.gson.JsonElement npery)
The request builder for this WorkbookFunctionsNominal
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsNominalRequest |
buildRequest()
Creates the IWorkbookFunctionsNominalRequest
|
IWorkbookFunctionsNominalRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsNominalRequest with specific requestOptions instead of the existing requestOptions
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookFunctionsNominalRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement effectRate,
com.google.gson.JsonElement npery)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requesteffectRate - the effectRatenpery - the nperypublic IWorkbookFunctionsNominalRequest buildRequest()
buildRequest in interface IWorkbookFunctionsNominalRequestBuilderpublic IWorkbookFunctionsNominalRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsNominalRequestBuilderrequestOptions - the options for the request