public class WorkbookFunctionsFvRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsFvRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsFvRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement rate,
com.google.gson.JsonElement nper,
com.google.gson.JsonElement pmt,
com.google.gson.JsonElement pv,
com.google.gson.JsonElement type)
The request builder for this WorkbookFunctionsFv
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsFvRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsFvRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookFunctionsFvRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookFunctionsFvRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookFunctionsFvRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement rate,
com.google.gson.JsonElement nper,
com.google.gson.JsonElement pmt,
com.google.gson.JsonElement pv,
com.google.gson.JsonElement type)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestrate - the ratenper - the nperpmt - the pmtpv - the pvtype - the typepublic IWorkbookFunctionsFvRequest buildRequest(Option... requestOptions)
buildRequest in interface IWorkbookFunctionsFvRequestBuilderrequestOptions - the options for the requestpublic IWorkbookFunctionsFvRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsFvRequestBuilderrequestOptions - the options for the request