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