public final class GoogleAppsCardV1ExpressionData
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 Chat 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.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
GoogleAppsCardV1ExpressionData() |
| Modifier and Type | Method and Description |
|---|---|
GoogleAppsCardV1ExpressionData |
clone() |
List<GoogleAppsCardV1Condition> |
getConditions()
The list of conditions that are determined by the expression evaluation result.
|
List<GoogleAppsCardV1EventAction> |
getEventActions()
The list of actions that the ExpressionData can be used.
|
String |
getExpression()
The uncompiled expression.
|
String |
getId()
The unique identifier of the ExpressionData.
|
GoogleAppsCardV1ExpressionData |
set(String fieldName,
Object value) |
GoogleAppsCardV1ExpressionData |
setConditions(List<GoogleAppsCardV1Condition> conditions)
The list of conditions that are determined by the expression evaluation result.
|
GoogleAppsCardV1ExpressionData |
setEventActions(List<GoogleAppsCardV1EventAction> eventActions)
The list of actions that the ExpressionData can be used.
|
GoogleAppsCardV1ExpressionData |
setExpression(String expression)
The uncompiled expression.
|
GoogleAppsCardV1ExpressionData |
setId(String id)
The unique identifier of the ExpressionData.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic List<GoogleAppsCardV1Condition> getConditions()
null for nonepublic GoogleAppsCardV1ExpressionData setConditions(List<GoogleAppsCardV1Condition> conditions)
conditions - conditions or null for nonepublic List<GoogleAppsCardV1EventAction> getEventActions()
null for nonepublic GoogleAppsCardV1ExpressionData setEventActions(List<GoogleAppsCardV1EventAction> eventActions)
eventActions - eventActions or null for nonepublic String getExpression()
null for nonepublic GoogleAppsCardV1ExpressionData setExpression(String expression)
expression - expression or null for nonepublic String getId()
null for nonepublic GoogleAppsCardV1ExpressionData setId(String id)
id - id or null for nonepublic GoogleAppsCardV1ExpressionData set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic GoogleAppsCardV1ExpressionData clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.