public class WorkbookFunctionsNperRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsNperRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsNperRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement rate,
com.google.gson.JsonElement pmt,
com.google.gson.JsonElement pv,
com.google.gson.JsonElement fv,
com.google.gson.JsonElement type)
The request builder for this WorkbookFunctionsNper
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsNperRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsNperRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookFunctionsNperRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookFunctionsNperRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookFunctionsNperRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement rate,
com.google.gson.JsonElement pmt,
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 ratepmt - the pmtpv - the pvfv - the fvtype - the typepublic IWorkbookFunctionsNperRequest buildRequest(Option... requestOptions)
buildRequest in interface IWorkbookFunctionsNperRequestBuilderrequestOptions - the options for the requestpublic IWorkbookFunctionsNperRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsNperRequestBuilderrequestOptions - the options for the request