public class WorkbookFunctionsPdurationRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsPdurationRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsPdurationRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement rate,
com.google.gson.JsonElement pv,
com.google.gson.JsonElement fv)
The request builder for this WorkbookFunctionsPduration
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsPdurationRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsPdurationRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookFunctionsPdurationRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookFunctionsPdurationRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookFunctionsPdurationRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement rate,
com.google.gson.JsonElement pv,
com.google.gson.JsonElement fv)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestrate - the ratepv - the pvfv - the fvpublic IWorkbookFunctionsPdurationRequest buildRequest(Option... requestOptions)
buildRequest in interface IWorkbookFunctionsPdurationRequestBuilderrequestOptions - the options for the requestpublic IWorkbookFunctionsPdurationRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsPdurationRequestBuilderrequestOptions - the options for the request