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