public class WorkbookFunctionsCumIPmtRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsCumIPmtRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsCumIPmtRequestBuilder(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 startPeriod,
com.google.gson.JsonElement endPeriod,
com.google.gson.JsonElement type)
The request builder for this WorkbookFunctionsCumIPmt
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsCumIPmtRequest |
buildRequest()
Creates the IWorkbookFunctionsCumIPmtRequest
|
IWorkbookFunctionsCumIPmtRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsCumIPmtRequest 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 WorkbookFunctionsCumIPmtRequestBuilder(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 startPeriod,
com.google.gson.JsonElement endPeriod,
com.google.gson.JsonElement type)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestrate - the ratenper - the nperpv - the pvstartPeriod - the startPeriodendPeriod - the endPeriodtype - the typepublic IWorkbookFunctionsCumIPmtRequest buildRequest()
buildRequest in interface IWorkbookFunctionsCumIPmtRequestBuilderpublic IWorkbookFunctionsCumIPmtRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsCumIPmtRequestBuilderrequestOptions - the options for the request