public class WorkbookFunctionsVdbRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsVdbRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsVdbRequestBuilder(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 startPeriod,
com.google.gson.JsonElement endPeriod,
com.google.gson.JsonElement factor,
com.google.gson.JsonElement noSwitch)
The request builder for this WorkbookFunctionsVdb
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsVdbRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsVdbRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookFunctionsVdbRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookFunctionsVdbRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookFunctionsVdbRequestBuilder(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 startPeriod,
com.google.gson.JsonElement endPeriod,
com.google.gson.JsonElement factor,
com.google.gson.JsonElement noSwitch)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestcost - the costsalvage - the salvagelife - the lifestartPeriod - the startPeriodendPeriod - the endPeriodfactor - the factornoSwitch - the noSwitchpublic IWorkbookFunctionsVdbRequest buildRequest(Option... requestOptions)
buildRequest in interface IWorkbookFunctionsVdbRequestBuilderrequestOptions - the options for the requestpublic IWorkbookFunctionsVdbRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsVdbRequestBuilderrequestOptions - the options for the request