Package | Description |
---|---|
com.google.api.services.chat.v1.model |
Modifier and Type | Method and Description |
---|---|
Card |
Card.clone() |
Card |
Card.set(String fieldName,
Object value) |
Card |
Card.setCardActions(List<CardAction> cardActions)
The actions of this card.
|
Card |
Card.setHeader(CardHeader header)
The header of the card.
|
Card |
Card.setName(String name)
Name of the card.
|
Card |
Card.setSections(List<Section> sections)
Sections are separated by a line divider.
|
Modifier and Type | Method and Description |
---|---|
List<Card> |
Message.getCards()
Deprecated: Use `cards_v2` instead.
|
Modifier and Type | Method and Description |
---|---|
Message |
Message.setCards(List<Card> cards)
Deprecated: Use `cards_v2` instead.
|
Copyright © 2011–2024 Google. All rights reserved.