public static final class WorkbookFunctionsDecimalParameterSet.WorkbookFunctionsDecimalParameterSetBuilder
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 |
radix
The radix parameter value
|
Modifier | Constructor and Description |
---|---|
protected |
WorkbookFunctionsDecimalParameterSetBuilder()
Instanciates a new WorkbookFunctionsDecimalParameterSetBuilder
|
Modifier and Type | Method and Description |
---|---|
WorkbookFunctionsDecimalParameterSet |
build()
Buils the resulting body object to be passed to the request
|
WorkbookFunctionsDecimalParameterSet.WorkbookFunctionsDecimalParameterSetBuilder |
withNumber(com.google.gson.JsonElement val)
Sets the Number
|
WorkbookFunctionsDecimalParameterSet.WorkbookFunctionsDecimalParameterSetBuilder |
withRadix(com.google.gson.JsonElement val)
Sets the Radix
|
@Nullable protected com.google.gson.JsonElement number
@Nullable protected com.google.gson.JsonElement radix
@Nullable protected WorkbookFunctionsDecimalParameterSetBuilder()
@Nonnull public WorkbookFunctionsDecimalParameterSet.WorkbookFunctionsDecimalParameterSetBuilder withNumber(@Nullable com.google.gson.JsonElement val)
val
- the value to set it to@Nonnull public WorkbookFunctionsDecimalParameterSet.WorkbookFunctionsDecimalParameterSetBuilder withRadix(@Nullable com.google.gson.JsonElement val)
val
- the value to set it to@Nonnull public WorkbookFunctionsDecimalParameterSet build()