public class WorkbookFunctionsPvRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsPvRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsPvRequestBuilder(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 fv,
com.google.gson.JsonElement type)
The request builder for this WorkbookFunctionsPv
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsPvRequest |
buildRequest()
Creates the IWorkbookFunctionsPvRequest
|
IWorkbookFunctionsPvRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsPvRequest 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 WorkbookFunctionsPvRequestBuilder(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 fv,
com.google.gson.JsonElement type)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestrate - the ratenper - the nperpmt - the pmtfv - the fvtype - the typepublic IWorkbookFunctionsPvRequest buildRequest()
buildRequest in interface IWorkbookFunctionsPvRequestBuilderpublic IWorkbookFunctionsPvRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsPvRequestBuilderrequestOptions - the options for the request