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, hasParameter
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getClient, getRequestUrl, getRequestUrlWithAdditionalSegment
public 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 IWorkbookFunctionsXnpvRequestBuilder
requestOptions
- the options for the requestpublic IWorkbookFunctionsXnpvRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest
in interface IWorkbookFunctionsXnpvRequestBuilder
requestOptions
- the options for the request