Package | Description |
---|---|
com.google.api.services.chat.v1.model |
Modifier and Type | Method and Description |
---|---|
GoogleAppsCardV1SelectionItem |
GoogleAppsCardV1SelectionItem.clone() |
GoogleAppsCardV1SelectionItem |
GoogleAppsCardV1SelectionItem.set(String fieldName,
Object value) |
GoogleAppsCardV1SelectionItem |
GoogleAppsCardV1SelectionItem.setBottomText(String bottomText)
For multiselect menus, a text description or label that's displayed below the item's `text`
field.
|
GoogleAppsCardV1SelectionItem |
GoogleAppsCardV1SelectionItem.setSelected(Boolean selected)
Whether the item is selected by default.
|
GoogleAppsCardV1SelectionItem |
GoogleAppsCardV1SelectionItem.setStartIconUri(String startIconUri)
For multiselect menus, the URL for the icon displayed next to the item's `text` field.
|
GoogleAppsCardV1SelectionItem |
GoogleAppsCardV1SelectionItem.setText(String text)
The text that identifies or describes the item to users.
|
GoogleAppsCardV1SelectionItem |
GoogleAppsCardV1SelectionItem.setValue(String value)
The value associated with this item.
|
Modifier and Type | Method and Description |
---|---|
List<GoogleAppsCardV1SelectionItem> |
GoogleAppsCardV1SelectionInput.getItems()
An array of selectable items.
|
List<GoogleAppsCardV1SelectionItem> |
SelectionItems.getItems()
An array of the SelectionItem objects.
|
Modifier and Type | Method and Description |
---|---|
GoogleAppsCardV1SelectionInput |
GoogleAppsCardV1SelectionInput.setItems(List<GoogleAppsCardV1SelectionItem> items)
An array of selectable items.
|
SelectionItems |
SelectionItems.setItems(List<GoogleAppsCardV1SelectionItem> items)
An array of the SelectionItem objects.
|
Copyright © 2011–2024 Google. All rights reserved.