public static final class WorkbookFunctionsFixedParameterSet.WorkbookFunctionsFixedParameterSetBuilder
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 |
noCommas
The noCommas parameter value
|
protected com.google.gson.JsonElement |
number
The number parameter value
|
| Modifier | Constructor and Description |
|---|---|
protected |
WorkbookFunctionsFixedParameterSetBuilder()
Instanciates a new WorkbookFunctionsFixedParameterSetBuilder
|
| Modifier and Type | Method and Description |
|---|---|
WorkbookFunctionsFixedParameterSet |
build()
Buils the resulting body object to be passed to the request
|
WorkbookFunctionsFixedParameterSet.WorkbookFunctionsFixedParameterSetBuilder |
withDecimals(com.google.gson.JsonElement val)
Sets the Decimals
|
WorkbookFunctionsFixedParameterSet.WorkbookFunctionsFixedParameterSetBuilder |
withNoCommas(com.google.gson.JsonElement val)
Sets the NoCommas
|
WorkbookFunctionsFixedParameterSet.WorkbookFunctionsFixedParameterSetBuilder |
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 com.google.gson.JsonElement noCommas
@Nullable protected WorkbookFunctionsFixedParameterSetBuilder()
@Nonnull public WorkbookFunctionsFixedParameterSet.WorkbookFunctionsFixedParameterSetBuilder withNumber(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsFixedParameterSet.WorkbookFunctionsFixedParameterSetBuilder withDecimals(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsFixedParameterSet.WorkbookFunctionsFixedParameterSetBuilder withNoCommas(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsFixedParameterSet build()