public class WorkbookFunctionsDdbRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsDdbRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsDdbRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement cost,
com.google.gson.JsonElement salvage,
com.google.gson.JsonElement life,
com.google.gson.JsonElement period,
com.google.gson.JsonElement factor)
The request builder for this WorkbookFunctionsDdb
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsDdbRequest |
buildRequest()
Creates the IWorkbookFunctionsDdbRequest
|
IWorkbookFunctionsDdbRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsDdbRequest with specific requestOptions instead of the existing requestOptions
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookFunctionsDdbRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement cost,
com.google.gson.JsonElement salvage,
com.google.gson.JsonElement life,
com.google.gson.JsonElement period,
com.google.gson.JsonElement factor)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestcost - the costsalvage - the salvagelife - the lifeperiod - the periodfactor - the factorpublic IWorkbookFunctionsDdbRequest buildRequest()
buildRequest in interface IWorkbookFunctionsDdbRequestBuilderpublic IWorkbookFunctionsDdbRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsDdbRequestBuilderrequestOptions - the options for the request