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