public static final class WorkbookFunctionsRomanParameterSet.WorkbookFunctionsRomanParameterSetBuilder
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected com.google.gson.JsonElement |
form
The form parameter value
|
protected com.google.gson.JsonElement |
number
The number parameter value
|
Modifier | Constructor and Description |
---|---|
protected |
WorkbookFunctionsRomanParameterSetBuilder()
Instanciates a new WorkbookFunctionsRomanParameterSetBuilder
|
Modifier and Type | Method and Description |
---|---|
WorkbookFunctionsRomanParameterSet |
build()
Buils the resulting body object to be passed to the request
|
WorkbookFunctionsRomanParameterSet.WorkbookFunctionsRomanParameterSetBuilder |
withForm(com.google.gson.JsonElement val)
Sets the Form
|
WorkbookFunctionsRomanParameterSet.WorkbookFunctionsRomanParameterSetBuilder |
withNumber(com.google.gson.JsonElement val)
Sets the Number
|
@Nullable protected com.google.gson.JsonElement number
@Nullable protected com.google.gson.JsonElement form
@Nullable protected WorkbookFunctionsRomanParameterSetBuilder()
@Nonnull public WorkbookFunctionsRomanParameterSet.WorkbookFunctionsRomanParameterSetBuilder withNumber(@Nullable com.google.gson.JsonElement val)
val
- the value to set it to@Nonnull public WorkbookFunctionsRomanParameterSet.WorkbookFunctionsRomanParameterSetBuilder withForm(@Nullable com.google.gson.JsonElement val)
val
- the value to set it to@Nonnull public WorkbookFunctionsRomanParameterSet build()