| Package | Description |
|---|---|
| com.google.api.services.sheets.v4.model |
| Modifier and Type | Method and Description |
|---|---|
ConditionValue |
ConditionValue.clone() |
ConditionValue |
ConditionValue.set(java.lang.String fieldName,
java.lang.Object value) |
ConditionValue |
ConditionValue.setRelativeDate(java.lang.String relativeDate)
A relative date (based on the current date).
|
ConditionValue |
ConditionValue.setUserEnteredValue(java.lang.String userEnteredValue)
A value the condition is based on.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ConditionValue> |
BooleanCondition.getValues()
The values of the condition.
|
| Modifier and Type | Method and Description |
|---|---|
BooleanCondition |
BooleanCondition.setValues(java.util.List<ConditionValue> values)
The values of the condition.
|