public class WorkbookFunctionsXnpvRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsXnpvRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsXnpvRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement rate,
com.google.gson.JsonElement values,
com.google.gson.JsonElement dates)
The request builder for this WorkbookFunctionsXnpv
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsXnpvRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsXnpvRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookFunctionsXnpvRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookFunctionsXnpvRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookFunctionsXnpvRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement rate,
com.google.gson.JsonElement values,
com.google.gson.JsonElement dates)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestrate - the ratevalues - the valuesdates - the datespublic IWorkbookFunctionsXnpvRequest buildRequest(Option... requestOptions)
buildRequest in interface IWorkbookFunctionsXnpvRequestBuilderrequestOptions - the options for the requestpublic IWorkbookFunctionsXnpvRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsXnpvRequestBuilderrequestOptions - the options for the request