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