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