public class WorkbookFunctionsPpmtRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsPpmtRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsPpmtRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement rate,
com.google.gson.JsonElement per,
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 WorkbookFunctionsPpmt
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsPpmtRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsPpmtRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookFunctionsPpmtRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookFunctionsPpmtRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookFunctionsPpmtRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement rate,
com.google.gson.JsonElement per,
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 rateper - the pernper - the nperpv - the pvfv - the fvtype - the typepublic IWorkbookFunctionsPpmtRequest buildRequest(Option... requestOptions)
buildRequest in interface IWorkbookFunctionsPpmtRequestBuilderrequestOptions - the options for the requestpublic IWorkbookFunctionsPpmtRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsPpmtRequestBuilderrequestOptions - the options for the request