Package | Description |
---|---|
com.google.api.services.chat.v1.model |
Modifier and Type | Method and Description |
---|---|
GoogleAppsCardV1Widget |
GoogleAppsCardV1Widget.clone() |
GoogleAppsCardV1Widget |
GoogleAppsCardV1Widget.set(String fieldName,
Object value) |
GoogleAppsCardV1Widget |
GoogleAppsCardV1Widget.setButtonList(GoogleAppsCardV1ButtonList buttonList)
A list of buttons.
|
GoogleAppsCardV1Widget |
GoogleAppsCardV1Widget.setDateTimePicker(GoogleAppsCardV1DateTimePicker dateTimePicker)
Displays a selection/input widget for date/time.
|
GoogleAppsCardV1Widget |
GoogleAppsCardV1Widget.setDecoratedText(GoogleAppsCardV1DecoratedText decoratedText)
Displays a decorated text item in this widget.
|
GoogleAppsCardV1Widget |
GoogleAppsCardV1Widget.setDivider(GoogleAppsCardV1Divider divider)
Displays a divider.
|
GoogleAppsCardV1Widget |
GoogleAppsCardV1Widget.setGrid(GoogleAppsCardV1Grid grid)
Displays a grid with a collection of items.
|
GoogleAppsCardV1Widget |
GoogleAppsCardV1Widget.setHorizontalAlignment(String horizontalAlignment)
The horizontal alignment of this widget.
|
GoogleAppsCardV1Widget |
GoogleAppsCardV1Widget.setImage(GoogleAppsCardV1Image image)
Displays an image in this widget.
|
GoogleAppsCardV1Widget |
GoogleAppsCardV1Widget.setSelectionInput(GoogleAppsCardV1SelectionInput selectionInput)
Displays a switch control in this widget.
|
GoogleAppsCardV1Widget |
GoogleAppsCardV1Widget.setTextInput(GoogleAppsCardV1TextInput textInput)
Displays a text input in this widget.
|
GoogleAppsCardV1Widget |
GoogleAppsCardV1Widget.setTextParagraph(GoogleAppsCardV1TextParagraph textParagraph)
Displays a text paragraph in this widget.
|
Modifier and Type | Method and Description |
---|---|
List<GoogleAppsCardV1Widget> |
GoogleAppsCardV1Section.getWidgets()
A section must contain at least 1 widget.
|
Modifier and Type | Method and Description |
---|---|
GoogleAppsCardV1Section |
GoogleAppsCardV1Section.setWidgets(List<GoogleAppsCardV1Widget> widgets)
A section must contain at least 1 widget.
|
Copyright © 2011–2021 Google. All rights reserved.