public static final class WorkbookFunctionsBaseParameterSet.WorkbookFunctionsBaseParameterSetBuilder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected com.google.gson.JsonElement |
minLength
The minLength parameter value
|
protected com.google.gson.JsonElement |
number
The number parameter value
|
protected com.google.gson.JsonElement |
radix
The radix parameter value
|
| Modifier | Constructor and Description |
|---|---|
protected |
WorkbookFunctionsBaseParameterSetBuilder()
Instanciates a new WorkbookFunctionsBaseParameterSetBuilder
|
| Modifier and Type | Method and Description |
|---|---|
WorkbookFunctionsBaseParameterSet |
build()
Buils the resulting body object to be passed to the request
|
WorkbookFunctionsBaseParameterSet.WorkbookFunctionsBaseParameterSetBuilder |
withMinLength(com.google.gson.JsonElement val)
Sets the MinLength
|
WorkbookFunctionsBaseParameterSet.WorkbookFunctionsBaseParameterSetBuilder |
withNumber(com.google.gson.JsonElement val)
Sets the Number
|
WorkbookFunctionsBaseParameterSet.WorkbookFunctionsBaseParameterSetBuilder |
withRadix(com.google.gson.JsonElement val)
Sets the Radix
|
@Nullable protected com.google.gson.JsonElement number
@Nullable protected com.google.gson.JsonElement radix
@Nullable protected com.google.gson.JsonElement minLength
@Nullable protected WorkbookFunctionsBaseParameterSetBuilder()
@Nonnull public WorkbookFunctionsBaseParameterSet.WorkbookFunctionsBaseParameterSetBuilder withNumber(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsBaseParameterSet.WorkbookFunctionsBaseParameterSetBuilder withRadix(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsBaseParameterSet.WorkbookFunctionsBaseParameterSetBuilder withMinLength(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsBaseParameterSet build()