public final class ConditionValue
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Google Sheets API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
ConditionValue() |
| Modifier and Type | Method and Description |
|---|---|
ConditionValue |
clone() |
java.lang.String |
getRelativeDate()
A relative date (based on the current date).
|
java.lang.String |
getUserEnteredValue()
A value the condition is based on.
|
ConditionValue |
set(java.lang.String fieldName,
java.lang.Object value) |
ConditionValue |
setRelativeDate(java.lang.String relativeDate)
A relative date (based on the current date).
|
ConditionValue |
setUserEnteredValue(java.lang.String userEnteredValue)
A value the condition is based on.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.String getRelativeDate()
null for nonepublic ConditionValue setRelativeDate(java.lang.String relativeDate)
relativeDate - relativeDate or null for nonepublic java.lang.String getUserEnteredValue()
null for nonepublic ConditionValue setUserEnteredValue(java.lang.String userEnteredValue)
userEnteredValue - userEnteredValue or null for nonepublic ConditionValue set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic ConditionValue clone()
clone in class com.google.api.client.json.GenericJson