Package | Description |
---|---|
com.google.api.services.chat.v1.model |
Modifier and Type | Method and Description |
---|---|
GoogleAppsCardV1CardHeader |
GoogleAppsCardV1CardHeader.clone() |
GoogleAppsCardV1CardHeader |
GoogleAppsCardV1Card.getHeader()
The header of the card.
|
GoogleAppsCardV1CardHeader |
GoogleAppsCardV1Card.getPeekCardHeader()
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.
|
GoogleAppsCardV1CardHeader |
GoogleAppsCardV1CardHeader.set(String fieldName,
Object value) |
GoogleAppsCardV1CardHeader |
GoogleAppsCardV1CardHeader.setImageAltText(String imageAltText)
The alternative text of this image that's used for accessibility.
|
GoogleAppsCardV1CardHeader |
GoogleAppsCardV1CardHeader.setImageType(String imageType)
The shape used to crop the image.
|
GoogleAppsCardV1CardHeader |
GoogleAppsCardV1CardHeader.setImageUrl(String imageUrl)
The HTTPS URL of the image in the card header.
|
GoogleAppsCardV1CardHeader |
GoogleAppsCardV1CardHeader.setSubtitle(String subtitle)
The subtitle of the card header.
|
GoogleAppsCardV1CardHeader |
GoogleAppsCardV1CardHeader.setTitle(String title)
Required.
|
Modifier and Type | Method and Description |
---|---|
GoogleAppsCardV1Card |
GoogleAppsCardV1Card.setHeader(GoogleAppsCardV1CardHeader header)
The header 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.
|
Copyright © 2011–2024 Google. All rights reserved.