| Package | Description |
|---|---|
| com.google.api.services.chat.v1.model |
| Modifier and Type | Method and Description |
|---|---|
GoogleAppsCardV1Chip |
GoogleAppsCardV1Chip.clone() |
GoogleAppsCardV1Chip |
GoogleAppsCardV1Chip.set(String fieldName,
Object value) |
GoogleAppsCardV1Chip |
GoogleAppsCardV1Chip.setAltText(String altText)
The alternative text that's used for accessibility.
|
GoogleAppsCardV1Chip |
GoogleAppsCardV1Chip.setDisabled(Boolean disabled)
Whether the chip is in an inactive state and ignores user actions.
|
GoogleAppsCardV1Chip |
GoogleAppsCardV1Chip.setEnabled(Boolean enabled)
Whether the chip is in an active state and responds to user actions.
|
GoogleAppsCardV1Chip |
GoogleAppsCardV1Chip.setIcon(GoogleAppsCardV1Icon icon)
The icon image.
|
GoogleAppsCardV1Chip |
GoogleAppsCardV1Chip.setLabel(String label)
The text displayed inside the chip.
|
GoogleAppsCardV1Chip |
GoogleAppsCardV1Chip.setOnClick(GoogleAppsCardV1OnClick onClick)
Optional.
|
| Modifier and Type | Method and Description |
|---|---|
List<GoogleAppsCardV1Chip> |
GoogleAppsCardV1ChipList.getChips()
An array of chips.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleAppsCardV1ChipList |
GoogleAppsCardV1ChipList.setChips(List<GoogleAppsCardV1Chip> chips)
An array of chips.
|
Copyright © 2011–2025 Google. All rights reserved.