Package | Description |
---|---|
com.google.api.services.chat.v1.model |
Modifier and Type | Method and Description |
---|---|
GoogleAppsCardV1Button |
GoogleAppsCardV1Button.clone() |
GoogleAppsCardV1Button |
GoogleAppsCardV1DecoratedText.getButton()
A button that can be clicked to trigger an action.
|
GoogleAppsCardV1Button |
GoogleAppsCardV1CardFixedFooter.getPrimaryButton()
The primary button of the fixed footer.
|
GoogleAppsCardV1Button |
GoogleAppsCardV1CardFixedFooter.getSecondaryButton()
The secondary button of the fixed footer.
|
GoogleAppsCardV1Button |
GoogleAppsCardV1Button.set(String fieldName,
Object value) |
GoogleAppsCardV1Button |
GoogleAppsCardV1Button.setAltText(String altText)
The alternative text used for accessibility.
|
GoogleAppsCardV1Button |
GoogleAppsCardV1Button.setColor(Color color)
If set, the button is filled with a solid background.
|
GoogleAppsCardV1Button |
GoogleAppsCardV1Button.setDisabled(Boolean disabled)
If true, the button is displayed in a disabled state and doesn't respond to user actions.
|
GoogleAppsCardV1Button |
GoogleAppsCardV1Button.setIcon(GoogleAppsCardV1Icon icon)
The icon image.
|
GoogleAppsCardV1Button |
GoogleAppsCardV1Button.setOnClick(GoogleAppsCardV1OnClick onClick)
The action to perform when the button is clicked.
|
GoogleAppsCardV1Button |
GoogleAppsCardV1Button.setText(String text)
The text of the button.
|
Modifier and Type | Method and Description |
---|---|
List<GoogleAppsCardV1Button> |
GoogleAppsCardV1ButtonList.getButtons() |
Modifier and Type | Method and Description |
---|---|
GoogleAppsCardV1DecoratedText |
GoogleAppsCardV1DecoratedText.setButton(GoogleAppsCardV1Button button)
A button that can be clicked to trigger an action.
|
GoogleAppsCardV1CardFixedFooter |
GoogleAppsCardV1CardFixedFooter.setPrimaryButton(GoogleAppsCardV1Button primaryButton)
The primary button of the fixed footer.
|
GoogleAppsCardV1CardFixedFooter |
GoogleAppsCardV1CardFixedFooter.setSecondaryButton(GoogleAppsCardV1Button secondaryButton)
The secondary button of the fixed footer.
|
Modifier and Type | Method and Description |
---|---|
GoogleAppsCardV1ButtonList |
GoogleAppsCardV1ButtonList.setButtons(List<GoogleAppsCardV1Button> buttons) |
Copyright © 2011–2021 Google. All rights reserved.