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.setSelected(Boolean selected)
If more than one item is selected for `RADIO_BUTTON` and `DROPDOWN`, the first selected item is
treated as selected and the ones after are ignored.
|
GoogleAppsCardV1SelectionItem |
GoogleAppsCardV1SelectionItem.setText(String text)
The text to be displayed.
|
GoogleAppsCardV1SelectionItem |
GoogleAppsCardV1SelectionItem.setValue(String value)
The value associated with this item.
|
Modifier and Type | Method and Description |
---|---|
List<GoogleAppsCardV1SelectionItem> |
GoogleAppsCardV1SelectionInput.getItems() |
Modifier and Type | Method and Description |
---|---|
GoogleAppsCardV1SelectionInput |
GoogleAppsCardV1SelectionInput.setItems(List<GoogleAppsCardV1SelectionItem> items) |
Copyright © 2011–2021 Google. All rights reserved.