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