public class WorkbookFunctionsBitorRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsBitorRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsBitorRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement number1,
com.google.gson.JsonElement number2)
The request builder for this WorkbookFunctionsBitor
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsBitorRequest |
buildRequest()
Creates the IWorkbookFunctionsBitorRequest
|
IWorkbookFunctionsBitorRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsBitorRequest 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 WorkbookFunctionsBitorRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement number1,
com.google.gson.JsonElement number2)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestnumber1 - the number1number2 - the number2public IWorkbookFunctionsBitorRequest buildRequest()
buildRequest in interface IWorkbookFunctionsBitorRequestBuilderpublic IWorkbookFunctionsBitorRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsBitorRequestBuilderrequestOptions - the options for the request