public static final class WorkbookFunctionsBitorParameterSet.WorkbookFunctionsBitorParameterSetBuilder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected com.google.gson.JsonElement |
number1
The number1 parameter value
|
protected com.google.gson.JsonElement |
number2
The number2 parameter value
|
| Modifier | Constructor and Description |
|---|---|
protected |
WorkbookFunctionsBitorParameterSetBuilder()
Instanciates a new WorkbookFunctionsBitorParameterSetBuilder
|
| Modifier and Type | Method and Description |
|---|---|
WorkbookFunctionsBitorParameterSet |
build()
Buils the resulting body object to be passed to the request
|
WorkbookFunctionsBitorParameterSet.WorkbookFunctionsBitorParameterSetBuilder |
withNumber1(com.google.gson.JsonElement val)
Sets the Number1
|
WorkbookFunctionsBitorParameterSet.WorkbookFunctionsBitorParameterSetBuilder |
withNumber2(com.google.gson.JsonElement val)
Sets the Number2
|
@Nullable protected com.google.gson.JsonElement number1
@Nullable protected com.google.gson.JsonElement number2
@Nullable protected WorkbookFunctionsBitorParameterSetBuilder()
@Nonnull public WorkbookFunctionsBitorParameterSet.WorkbookFunctionsBitorParameterSetBuilder withNumber1(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsBitorParameterSet.WorkbookFunctionsBitorParameterSetBuilder withNumber2(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsBitorParameterSet build()