public class WorkbookFunctionsIspmtRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsIspmtRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsIspmtRequestBuilder(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)
The request builder for this WorkbookFunctionsIspmt
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsIspmtRequest |
buildRequest()
Creates the IWorkbookFunctionsIspmtRequest
|
IWorkbookFunctionsIspmtRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsIspmtRequest 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 WorkbookFunctionsIspmtRequestBuilder(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)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestrate - the rateper - the pernper - the nperpv - the pvpublic IWorkbookFunctionsIspmtRequest buildRequest()
buildRequest in interface IWorkbookFunctionsIspmtRequestBuilderpublic IWorkbookFunctionsIspmtRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsIspmtRequestBuilderrequestOptions - the options for the request