Package | Description |
---|---|
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
BooleanCondition |
BooleanCondition.clone() |
BooleanCondition |
FilterCriteria.getCondition()
A condition that must be true for values to be shown.
|
BooleanCondition |
DataValidationRule.getCondition()
The condition that data in the cell must match.
|
BooleanCondition |
BooleanRule.getCondition()
The condition of the rule.
|
BooleanCondition |
BooleanCondition.set(java.lang.String fieldName,
java.lang.Object value) |
BooleanCondition |
BooleanCondition.setType(java.lang.String type)
The type of condition.
|
BooleanCondition |
BooleanCondition.setValues(java.util.List<ConditionValue> values)
The values of the condition.
|
Modifier and Type | Method and Description |
---|---|
FilterCriteria |
FilterCriteria.setCondition(BooleanCondition condition)
A condition that must be true for values to be shown.
|
DataValidationRule |
DataValidationRule.setCondition(BooleanCondition condition)
The condition that data in the cell must match.
|
BooleanRule |
BooleanRule.setCondition(BooleanCondition condition)
The condition of the rule.
|