Package | Description |
---|---|
com.google.api.services.chat.v1.model |
Modifier and Type | Method and Description |
---|---|
KeyValue |
KeyValue.clone() |
KeyValue |
WidgetMarkup.getKeyValue()
Display a key value item in this widget.
|
KeyValue |
KeyValue.set(String fieldName,
Object value) |
KeyValue |
KeyValue.setBottomLabel(String bottomLabel)
The text of the bottom label.
|
KeyValue |
KeyValue.setButton(Button button)
A button that can be clicked to trigger an action.
|
KeyValue |
KeyValue.setContent(String content)
The text of the content.
|
KeyValue |
KeyValue.setContentMultiline(Boolean contentMultiline)
If the content should be multiline.
|
KeyValue |
KeyValue.setIcon(String icon)
An enum value that's replaced by the Chat API with the corresponding icon image.
|
KeyValue |
KeyValue.setIconUrl(String iconUrl)
The icon specified by a URL.
|
KeyValue |
KeyValue.setOnClick(OnClick onClick)
The `onclick` action.
|
KeyValue |
KeyValue.setTopLabel(String topLabel)
The text of the top label.
|
Modifier and Type | Method and Description |
---|---|
WidgetMarkup |
WidgetMarkup.setKeyValue(KeyValue keyValue)
Display a key value item in this widget.
|
Copyright © 2011–2024 Google. All rights reserved.