public class WorkbookFunctionsDbRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsDbRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsDbRequestBuilder(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 month)
The request builder for this WorkbookFunctionsDb
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsDbRequest |
buildRequest()
Creates the IWorkbookFunctionsDbRequest
|
IWorkbookFunctionsDbRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsDbRequest 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 WorkbookFunctionsDbRequestBuilder(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 month)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestcost - the costsalvage - the salvagelife - the lifeperiod - the periodmonth - the monthpublic IWorkbookFunctionsDbRequest buildRequest()
buildRequest in interface IWorkbookFunctionsDbRequestBuilderpublic IWorkbookFunctionsDbRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsDbRequestBuilderrequestOptions - the options for the request