public class WorkbookFunctionsRateRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsRateRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsRateRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement nper,
com.google.gson.JsonElement pmt,
com.google.gson.JsonElement pv,
com.google.gson.JsonElement fv,
com.google.gson.JsonElement type,
com.google.gson.JsonElement guess)
The request builder for this WorkbookFunctionsRate
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsRateRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsRateRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookFunctionsRateRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookFunctionsRateRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookFunctionsRateRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement nper,
com.google.gson.JsonElement pmt,
com.google.gson.JsonElement pv,
com.google.gson.JsonElement fv,
com.google.gson.JsonElement type,
com.google.gson.JsonElement guess)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestnper - the nperpmt - the pmtpv - the pvfv - the fvtype - the typeguess - the guesspublic IWorkbookFunctionsRateRequest buildRequest(Option... requestOptions)
buildRequest in interface IWorkbookFunctionsRateRequestBuilderrequestOptions - the options for the requestpublic IWorkbookFunctionsRateRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsRateRequestBuilderrequestOptions - the options for the request