public static final class WorkbookFunctionsFloor_MathParameterSet.WorkbookFunctionsFloor_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 |
WorkbookFunctionsFloor_MathParameterSetBuilder()
Instanciates a new WorkbookFunctionsFloor_MathParameterSetBuilder
|
| Modifier and Type | Method and Description |
|---|---|
WorkbookFunctionsFloor_MathParameterSet |
build()
Buils the resulting body object to be passed to the request
|
WorkbookFunctionsFloor_MathParameterSet.WorkbookFunctionsFloor_MathParameterSetBuilder |
withMode(com.google.gson.JsonElement val)
Sets the Mode
|
WorkbookFunctionsFloor_MathParameterSet.WorkbookFunctionsFloor_MathParameterSetBuilder |
withNumber(com.google.gson.JsonElement val)
Sets the Number
|
WorkbookFunctionsFloor_MathParameterSet.WorkbookFunctionsFloor_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 WorkbookFunctionsFloor_MathParameterSetBuilder()
@Nonnull public WorkbookFunctionsFloor_MathParameterSet.WorkbookFunctionsFloor_MathParameterSetBuilder withNumber(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsFloor_MathParameterSet.WorkbookFunctionsFloor_MathParameterSetBuilder withSignificance(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsFloor_MathParameterSet.WorkbookFunctionsFloor_MathParameterSetBuilder withMode(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsFloor_MathParameterSet build()