public final class GoogleAppsCardV1Section
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 |
|---|
GoogleAppsCardV1Section() |
| Modifier and Type | Method and Description |
|---|---|
GoogleAppsCardV1Section |
clone() |
GoogleAppsCardV1CollapseControl |
getCollapseControl()
Optional.
|
Boolean |
getCollapsible()
Indicates whether this section is collapsible.
|
String |
getHeader()
Text that appears at the top of a section.
|
String |
getId()
A unique ID assigned to the section that's used to identify the section to be mutated.
|
Integer |
getUncollapsibleWidgetsCount()
The number of uncollapsible widgets which remain visible even when a section is collapsed.
|
List<GoogleAppsCardV1Widget> |
getWidgets()
All the widgets in the section.
|
GoogleAppsCardV1Section |
set(String fieldName,
Object value) |
GoogleAppsCardV1Section |
setCollapseControl(GoogleAppsCardV1CollapseControl collapseControl)
Optional.
|
GoogleAppsCardV1Section |
setCollapsible(Boolean collapsible)
Indicates whether this section is collapsible.
|
GoogleAppsCardV1Section |
setHeader(String header)
Text that appears at the top of a section.
|
GoogleAppsCardV1Section |
setId(String id)
A unique ID assigned to the section that's used to identify the section to be mutated.
|
GoogleAppsCardV1Section |
setUncollapsibleWidgetsCount(Integer uncollapsibleWidgetsCount)
The number of uncollapsible widgets which remain visible even when a section is collapsed.
|
GoogleAppsCardV1Section |
setWidgets(List<GoogleAppsCardV1Widget> widgets)
All the widgets in the section.
|
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 GoogleAppsCardV1CollapseControl getCollapseControl()
null for nonepublic GoogleAppsCardV1Section setCollapseControl(GoogleAppsCardV1CollapseControl collapseControl)
collapseControl - collapseControl or null for nonepublic Boolean getCollapsible()
null for nonepublic GoogleAppsCardV1Section setCollapsible(Boolean collapsible)
collapsible - collapsible or null for nonepublic String getHeader()
null for nonepublic GoogleAppsCardV1Section setHeader(String header)
header - header or null for nonepublic String getId()
null for nonepublic GoogleAppsCardV1Section setId(String id)
id - id or null for nonepublic Integer getUncollapsibleWidgetsCount()
null for nonepublic GoogleAppsCardV1Section setUncollapsibleWidgetsCount(Integer uncollapsibleWidgetsCount)
uncollapsibleWidgetsCount - uncollapsibleWidgetsCount or null for nonepublic List<GoogleAppsCardV1Widget> getWidgets()
null for nonepublic GoogleAppsCardV1Section setWidgets(List<GoogleAppsCardV1Widget> widgets)
widgets - widgets or null for nonepublic GoogleAppsCardV1Section set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic GoogleAppsCardV1Section clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.