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 |
BooleanRule.getCondition()
The condition of the rule.
|
BooleanCondition |
DataValidationRule.getCondition()
The condition that data in the cell must match.
|
BooleanCondition |
PivotFilterCriteria.getCondition()
A condition that must be true for values to be shown.
|
BooleanCondition |
BooleanCondition.set(String fieldName,
Object value) |
BooleanCondition |
BooleanCondition.setType(String type)
The type of condition.
|
BooleanCondition |
BooleanCondition.setValues(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.
|
BooleanRule |
BooleanRule.setCondition(BooleanCondition condition)
The condition of the rule.
|
DataValidationRule |
DataValidationRule.setCondition(BooleanCondition condition)
The condition that data in the cell must match.
|
PivotFilterCriteria |
PivotFilterCriteria.setCondition(BooleanCondition condition)
A condition that must be true for values to be shown.
|
Copyright © 2011–2024 Google. All rights reserved.