public static final class WorkbookFunctionsRoundUpParameterSet.WorkbookFunctionsRoundUpParameterSetBuilder
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected com.google.gson.JsonElement |
number
The number parameter value
|
protected com.google.gson.JsonElement |
numDigits
The numDigits parameter value
|
Modifier | Constructor and Description |
---|---|
protected |
WorkbookFunctionsRoundUpParameterSetBuilder()
Instanciates a new WorkbookFunctionsRoundUpParameterSetBuilder
|
Modifier and Type | Method and Description |
---|---|
WorkbookFunctionsRoundUpParameterSet |
build()
Buils the resulting body object to be passed to the request
|
WorkbookFunctionsRoundUpParameterSet.WorkbookFunctionsRoundUpParameterSetBuilder |
withNumber(com.google.gson.JsonElement val)
Sets the Number
|
WorkbookFunctionsRoundUpParameterSet.WorkbookFunctionsRoundUpParameterSetBuilder |
withNumDigits(com.google.gson.JsonElement val)
Sets the NumDigits
|
@Nullable protected com.google.gson.JsonElement number
@Nullable protected com.google.gson.JsonElement numDigits
@Nullable protected WorkbookFunctionsRoundUpParameterSetBuilder()
@Nonnull public WorkbookFunctionsRoundUpParameterSet.WorkbookFunctionsRoundUpParameterSetBuilder withNumber(@Nullable com.google.gson.JsonElement val)
val
- the value to set it to@Nonnull public WorkbookFunctionsRoundUpParameterSet.WorkbookFunctionsRoundUpParameterSetBuilder withNumDigits(@Nullable com.google.gson.JsonElement val)
val
- the value to set it to@Nonnull public WorkbookFunctionsRoundUpParameterSet build()