public static final class WorkbookFunctionsCeiling_MathParameterSet.WorkbookFunctionsCeiling_MathParameterSetBuilder
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected com.google.gson.JsonElement |
mode
The mode parameter value
|
protected com.google.gson.JsonElement |
number
The number parameter value
|
protected com.google.gson.JsonElement |
significance
The significance parameter value
|
Modifier | Constructor and Description |
---|---|
protected |
WorkbookFunctionsCeiling_MathParameterSetBuilder()
Instanciates a new WorkbookFunctionsCeiling_MathParameterSetBuilder
|
Modifier and Type | Method and Description |
---|---|
WorkbookFunctionsCeiling_MathParameterSet |
build()
Buils the resulting body object to be passed to the request
|
WorkbookFunctionsCeiling_MathParameterSet.WorkbookFunctionsCeiling_MathParameterSetBuilder |
withMode(com.google.gson.JsonElement val)
Sets the Mode
|
WorkbookFunctionsCeiling_MathParameterSet.WorkbookFunctionsCeiling_MathParameterSetBuilder |
withNumber(com.google.gson.JsonElement val)
Sets the Number
|
WorkbookFunctionsCeiling_MathParameterSet.WorkbookFunctionsCeiling_MathParameterSetBuilder |
withSignificance(com.google.gson.JsonElement val)
Sets the Significance
|
@Nullable protected com.google.gson.JsonElement number
@Nullable protected com.google.gson.JsonElement significance
@Nullable protected com.google.gson.JsonElement mode
@Nullable protected WorkbookFunctionsCeiling_MathParameterSetBuilder()
@Nonnull public WorkbookFunctionsCeiling_MathParameterSet.WorkbookFunctionsCeiling_MathParameterSetBuilder withNumber(@Nullable com.google.gson.JsonElement val)
val
- the value to set it to@Nonnull public WorkbookFunctionsCeiling_MathParameterSet.WorkbookFunctionsCeiling_MathParameterSetBuilder withSignificance(@Nullable com.google.gson.JsonElement val)
val
- the value to set it to@Nonnull public WorkbookFunctionsCeiling_MathParameterSet.WorkbookFunctionsCeiling_MathParameterSetBuilder withMode(@Nullable com.google.gson.JsonElement val)
val
- the value to set it to@Nonnull public WorkbookFunctionsCeiling_MathParameterSet build()