| Package | Description |
|---|---|
| com.google.api.services.chat.v1.model |
| Modifier and Type | Method and Description |
|---|---|
GoogleAppsCardV1Section |
GoogleAppsCardV1Section.clone() |
GoogleAppsCardV1Section |
GoogleAppsCardV1Section.set(String fieldName,
Object value) |
GoogleAppsCardV1Section |
GoogleAppsCardV1Section.setCollapseControl(GoogleAppsCardV1CollapseControl collapseControl)
Optional.
|
GoogleAppsCardV1Section |
GoogleAppsCardV1Section.setCollapsible(Boolean collapsible)
Indicates whether this section is collapsible.
|
GoogleAppsCardV1Section |
GoogleAppsCardV1Section.setHeader(String header)
Text that appears at the top of a section.
|
GoogleAppsCardV1Section |
GoogleAppsCardV1Section.setId(String id)
A unique ID assigned to the section that's used to identify the section to be mutated.
|
GoogleAppsCardV1Section |
GoogleAppsCardV1Section.setUncollapsibleWidgetsCount(Integer uncollapsibleWidgetsCount)
The number of uncollapsible widgets which remain visible even when a section is collapsed.
|
GoogleAppsCardV1Section |
GoogleAppsCardV1Section.setWidgets(List<GoogleAppsCardV1Widget> widgets)
All the widgets in the section.
|
| Modifier and Type | Method and Description |
|---|---|
List<GoogleAppsCardV1Section> |
GoogleAppsCardV1Card.getSections()
Contains a collection of widgets.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleAppsCardV1Card |
GoogleAppsCardV1Card.setSections(List<GoogleAppsCardV1Section> sections)
Contains a collection of widgets.
|
Copyright © 2011–2025 Google. All rights reserved.