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.setColumns(GoogleAppsCardV1Columns columns)
Displays up to 2 columns.
|
GoogleAppsCardV1Widget |
GoogleAppsCardV1Widget.setDateTimePicker(GoogleAppsCardV1DateTimePicker dateTimePicker)
Displays a widget that lets users input a date, time, or date and time.
|
GoogleAppsCardV1Widget |
GoogleAppsCardV1Widget.setDecoratedText(GoogleAppsCardV1DecoratedText decoratedText)
Displays a decorated text item.
|
GoogleAppsCardV1Widget |
GoogleAppsCardV1Widget.setDivider(GoogleAppsCardV1Divider divider)
Displays a horizontal line divider between widgets.
|
GoogleAppsCardV1Widget |
GoogleAppsCardV1Widget.setGrid(GoogleAppsCardV1Grid grid)
Displays a grid with a collection of items.
|
GoogleAppsCardV1Widget |
GoogleAppsCardV1Widget.setHorizontalAlignment(String horizontalAlignment)
Specifies whether widgets align to the left, right, or center of a column.
|
GoogleAppsCardV1Widget |
GoogleAppsCardV1Widget.setImage(GoogleAppsCardV1Image image)
Displays an image.
|
GoogleAppsCardV1Widget |
GoogleAppsCardV1Widget.setSelectionInput(GoogleAppsCardV1SelectionInput selectionInput)
Displays a selection control that lets users select items.
|
GoogleAppsCardV1Widget |
GoogleAppsCardV1Widget.setTextInput(GoogleAppsCardV1TextInput textInput)
Displays a text box that users can type into.
|
GoogleAppsCardV1Widget |
GoogleAppsCardV1Widget.setTextParagraph(GoogleAppsCardV1TextParagraph textParagraph)
Displays a text paragraph.
|
Modifier and Type | Method and Description |
---|---|
List<GoogleAppsCardV1Widget> |
GoogleAppsCardV1Section.getWidgets()
All the widgets in the section.
|
Modifier and Type | Method and Description |
---|---|
GoogleAppsCardV1Section |
GoogleAppsCardV1Section.setWidgets(List<GoogleAppsCardV1Widget> widgets)
All the widgets in the section.
|
Copyright © 2011–2024 Google. All rights reserved.