public class WorkbookFunctionsPmtRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsPmtRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsPmtRequestBuilder(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 pv,
com.google.gson.JsonElement fv,
com.google.gson.JsonElement type)
The request builder for this WorkbookFunctionsPmt
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsPmtRequest |
buildRequest()
Creates the IWorkbookFunctionsPmtRequest
|
IWorkbookFunctionsPmtRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsPmtRequest 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 WorkbookFunctionsPmtRequestBuilder(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 pv,
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 nperpv - the pvfv - the fvtype - the typepublic IWorkbookFunctionsPmtRequest buildRequest()
buildRequest in interface IWorkbookFunctionsPmtRequestBuilderpublic IWorkbookFunctionsPmtRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsPmtRequestBuilderrequestOptions - the options for the request