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