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