public class WorkbookFunctionsRoundRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsRoundRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsRoundRequestBuilder(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 WorkbookFunctionsRound
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsRoundRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsRoundRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookFunctionsRoundRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookFunctionsRoundRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookFunctionsRoundRequestBuilder(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 IWorkbookFunctionsRoundRequest buildRequest(Option... requestOptions)
buildRequest in interface IWorkbookFunctionsRoundRequestBuilderrequestOptions - the options for the requestpublic IWorkbookFunctionsRoundRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsRoundRequestBuilderrequestOptions - the options for the request