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.setCollapsible(Boolean collapsible)
Indicates whether this section is collapsible.
|
GoogleAppsCardV1Section |
GoogleAppsCardV1Section.setHeader(String header)
The header of the section.
|
GoogleAppsCardV1Section |
GoogleAppsCardV1Section.setUncollapsibleWidgetsCount(Integer uncollapsibleWidgetsCount)
The number of uncollapsible widgets.
|
GoogleAppsCardV1Section |
GoogleAppsCardV1Section.setWidgets(List<GoogleAppsCardV1Widget> widgets)
A section must contain at least 1 widget.
|
Modifier and Type | Method and Description |
---|---|
List<GoogleAppsCardV1Section> |
GoogleAppsCardV1Card.getSections()
Sections are separated by a line divider.
|
Modifier and Type | Method and Description |
---|---|
GoogleAppsCardV1Card |
GoogleAppsCardV1Card.setSections(List<GoogleAppsCardV1Section> sections)
Sections are separated by a line divider.
|
Copyright © 2011–2021 Google. All rights reserved.