public static final class WorkbookFunctionsIfParameterSet.WorkbookFunctionsIfParameterSetBuilder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected com.google.gson.JsonElement |
logicalTest
The logicalTest parameter value
|
protected com.google.gson.JsonElement |
valueIfFalse
The valueIfFalse parameter value
|
protected com.google.gson.JsonElement |
valueIfTrue
The valueIfTrue parameter value
|
| Modifier | Constructor and Description |
|---|---|
protected |
WorkbookFunctionsIfParameterSetBuilder()
Instanciates a new WorkbookFunctionsIfParameterSetBuilder
|
| Modifier and Type | Method and Description |
|---|---|
WorkbookFunctionsIfParameterSet |
build()
Buils the resulting body object to be passed to the request
|
WorkbookFunctionsIfParameterSet.WorkbookFunctionsIfParameterSetBuilder |
withLogicalTest(com.google.gson.JsonElement val)
Sets the LogicalTest
|
WorkbookFunctionsIfParameterSet.WorkbookFunctionsIfParameterSetBuilder |
withValueIfFalse(com.google.gson.JsonElement val)
Sets the ValueIfFalse
|
WorkbookFunctionsIfParameterSet.WorkbookFunctionsIfParameterSetBuilder |
withValueIfTrue(com.google.gson.JsonElement val)
Sets the ValueIfTrue
|
@Nullable protected com.google.gson.JsonElement logicalTest
@Nullable protected com.google.gson.JsonElement valueIfTrue
@Nullable protected com.google.gson.JsonElement valueIfFalse
@Nullable protected WorkbookFunctionsIfParameterSetBuilder()
@Nonnull public WorkbookFunctionsIfParameterSet.WorkbookFunctionsIfParameterSetBuilder withLogicalTest(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsIfParameterSet.WorkbookFunctionsIfParameterSetBuilder withValueIfTrue(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsIfParameterSet.WorkbookFunctionsIfParameterSetBuilder withValueIfFalse(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsIfParameterSet build()