public class WorkbookFunctionsCumPrincRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsCumPrincRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsCumPrincRequestBuilder(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 WorkbookFunctionsCumPrinc
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsCumPrincRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsCumPrincRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookFunctionsCumPrincRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookFunctionsCumPrincRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookFunctionsCumPrincRequestBuilder(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 IWorkbookFunctionsCumPrincRequest buildRequest(Option... requestOptions)
buildRequest in interface IWorkbookFunctionsCumPrincRequestBuilderrequestOptions - the options for the requestpublic IWorkbookFunctionsCumPrincRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsCumPrincRequestBuilderrequestOptions - the options for the request