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