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