Package | Description |
---|---|
com.google.api.services.chat.v1.model |
Modifier and Type | Method and Description |
---|---|
GoogleAppsCardV1Card |
GoogleAppsCardV1Card.clone() |
GoogleAppsCardV1Card |
Dialog.getBody()
Input only.
|
GoogleAppsCardV1Card |
CardWithId.getCard()
A card.
|
GoogleAppsCardV1Card |
GoogleAppsCardV1OnClick.getCard()
A new card is pushed to the card stack after clicking if specified.
|
GoogleAppsCardV1Card |
GoogleAppsCardV1Card.set(String fieldName,
Object value) |
GoogleAppsCardV1Card |
GoogleAppsCardV1Card.setCardActions(List<GoogleAppsCardV1CardAction> cardActions)
The card's actions.
|
GoogleAppsCardV1Card |
GoogleAppsCardV1Card.setDisplayStyle(String displayStyle)
In Google Workspace Add-ons, sets the display properties of the `peekCardHeader`.
|
GoogleAppsCardV1Card |
GoogleAppsCardV1Card.setFixedFooter(GoogleAppsCardV1CardFixedFooter fixedFooter)
The fixed footer shown at the bottom of this card.
|
GoogleAppsCardV1Card |
GoogleAppsCardV1Card.setHeader(GoogleAppsCardV1CardHeader header)
The header of the card.
|
GoogleAppsCardV1Card |
GoogleAppsCardV1Card.setName(String name)
Name of the card.
|
GoogleAppsCardV1Card |
GoogleAppsCardV1Card.setPeekCardHeader(GoogleAppsCardV1CardHeader peekCardHeader)
When displaying contextual content, the peek card header acts as a placeholder so that the user
can navigate forward between the homepage cards and the contextual cards.
|
GoogleAppsCardV1Card |
GoogleAppsCardV1Card.setSectionDividerStyle(String sectionDividerStyle)
The divider style between sections.
|
GoogleAppsCardV1Card |
GoogleAppsCardV1Card.setSections(List<GoogleAppsCardV1Section> sections)
Contains a collection of widgets.
|
Modifier and Type | Method and Description |
---|---|
Dialog |
Dialog.setBody(GoogleAppsCardV1Card body)
Input only.
|
CardWithId |
CardWithId.setCard(GoogleAppsCardV1Card card)
A card.
|
GoogleAppsCardV1OnClick |
GoogleAppsCardV1OnClick.setCard(GoogleAppsCardV1Card card)
A new card is pushed to the card stack after clicking if specified.
|
Copyright © 2011–2024 Google. All rights reserved.