public final class GoogleAppsCardV1Chip
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 |
|---|
GoogleAppsCardV1Chip() |
| Modifier and Type | Method and Description |
|---|---|
GoogleAppsCardV1Chip |
clone() |
String |
getAltText()
The alternative text that's used for accessibility.
|
Boolean |
getDisabled()
Whether the chip is in an inactive state and ignores user actions.
|
Boolean |
getEnabled()
Whether the chip is in an active state and responds to user actions.
|
GoogleAppsCardV1Icon |
getIcon()
The icon image.
|
String |
getLabel()
The text displayed inside the chip.
|
GoogleAppsCardV1OnClick |
getOnClick()
Optional.
|
GoogleAppsCardV1Chip |
set(String fieldName,
Object value) |
GoogleAppsCardV1Chip |
setAltText(String altText)
The alternative text that's used for accessibility.
|
GoogleAppsCardV1Chip |
setDisabled(Boolean disabled)
Whether the chip is in an inactive state and ignores user actions.
|
GoogleAppsCardV1Chip |
setEnabled(Boolean enabled)
Whether the chip is in an active state and responds to user actions.
|
GoogleAppsCardV1Chip |
setIcon(GoogleAppsCardV1Icon icon)
The icon image.
|
GoogleAppsCardV1Chip |
setLabel(String label)
The text displayed inside the chip.
|
GoogleAppsCardV1Chip |
setOnClick(GoogleAppsCardV1OnClick onClick)
Optional.
|
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 String getAltText()
null for nonepublic GoogleAppsCardV1Chip setAltText(String altText)
altText - altText or null for nonepublic Boolean getDisabled()
null for nonepublic GoogleAppsCardV1Chip setDisabled(Boolean disabled)
disabled - disabled or null for nonepublic Boolean getEnabled()
null for nonepublic GoogleAppsCardV1Chip setEnabled(Boolean enabled)
enabled - enabled or null for nonepublic GoogleAppsCardV1Icon getIcon()
null for nonepublic GoogleAppsCardV1Chip setIcon(GoogleAppsCardV1Icon icon)
icon - icon or null for nonepublic String getLabel()
null for nonepublic GoogleAppsCardV1Chip setLabel(String label)
label - label or null for nonepublic GoogleAppsCardV1OnClick getOnClick()
null for nonepublic GoogleAppsCardV1Chip setOnClick(GoogleAppsCardV1OnClick onClick)
onClick - onClick or null for nonepublic GoogleAppsCardV1Chip set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic GoogleAppsCardV1Chip clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.