public class WorkbookFunctionsFloor_MathRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsFloor_MathRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsFloor_MathRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement number,
com.google.gson.JsonElement significance,
com.google.gson.JsonElement mode)
The request builder for this WorkbookFunctionsFloor_Math
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsFloor_MathRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsFloor_MathRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookFunctionsFloor_MathRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookFunctionsFloor_MathRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookFunctionsFloor_MathRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement number,
com.google.gson.JsonElement significance,
com.google.gson.JsonElement mode)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestnumber - the numbersignificance - the significancemode - the modepublic IWorkbookFunctionsFloor_MathRequest buildRequest(Option... requestOptions)
buildRequest in interface IWorkbookFunctionsFloor_MathRequestBuilderrequestOptions - the options for the requestpublic IWorkbookFunctionsFloor_MathRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsFloor_MathRequestBuilderrequestOptions - the options for the request