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