public class WorkbookFunctionsFactDoubleRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsFactDoubleRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsFactDoubleRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement number)
The request builder for this WorkbookFunctionsFactDouble
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsFactDoubleRequest |
buildRequest()
Creates the IWorkbookFunctionsFactDoubleRequest
|
IWorkbookFunctionsFactDoubleRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsFactDoubleRequest 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 WorkbookFunctionsFactDoubleRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement number)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestnumber - the numberpublic IWorkbookFunctionsFactDoubleRequest buildRequest()
buildRequest in interface IWorkbookFunctionsFactDoubleRequestBuilderpublic IWorkbookFunctionsFactDoubleRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsFactDoubleRequestBuilderrequestOptions - the options for the request