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