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