Package | Description |
---|---|
com.google.api.services.chat.v1.model |
Modifier and Type | Method and Description |
---|---|
TextButton |
TextButton.clone() |
TextButton |
Button.getTextButton()
A button with text and `onclick` action.
|
TextButton |
TextButton.set(String fieldName,
Object value) |
TextButton |
TextButton.setOnClick(OnClick onClick)
The `onclick` action of the button.
|
TextButton |
TextButton.setText(String text)
The text of the button.
|
Modifier and Type | Method and Description |
---|---|
Button |
Button.setTextButton(TextButton textButton)
A button with text and `onclick` action.
|
Copyright © 2011–2024 Google. All rights reserved.