public class WorkbookFunctionsGeStepRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsGeStepRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsGeStepRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement number,
com.google.gson.JsonElement step)
The request builder for this WorkbookFunctionsGeStep
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsGeStepRequest |
buildRequest()
Creates the IWorkbookFunctionsGeStepRequest
|
IWorkbookFunctionsGeStepRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsGeStepRequest 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 WorkbookFunctionsGeStepRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement number,
com.google.gson.JsonElement step)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestnumber - the numberstep - the steppublic IWorkbookFunctionsGeStepRequest buildRequest()
buildRequest in interface IWorkbookFunctionsGeStepRequestBuilderpublic IWorkbookFunctionsGeStepRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsGeStepRequestBuilderrequestOptions - the options for the request