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