Package | Description |
---|---|
com.google.api.services.chat.v1.model |
Modifier and Type | Method and Description |
---|---|
GoogleAppsCardV1GridItem |
GoogleAppsCardV1GridItem.clone() |
GoogleAppsCardV1GridItem |
GoogleAppsCardV1GridItem.set(String fieldName,
Object value) |
GoogleAppsCardV1GridItem |
GoogleAppsCardV1GridItem.setId(String id)
A user-specified identifier for this grid item.
|
GoogleAppsCardV1GridItem |
GoogleAppsCardV1GridItem.setImage(GoogleAppsCardV1ImageComponent image)
The image that displays in the grid item.
|
GoogleAppsCardV1GridItem |
GoogleAppsCardV1GridItem.setLayout(String layout)
The layout to use for the grid item.
|
GoogleAppsCardV1GridItem |
GoogleAppsCardV1GridItem.setSubtitle(String subtitle)
The grid item's subtitle.
|
GoogleAppsCardV1GridItem |
GoogleAppsCardV1GridItem.setTitle(String title)
The grid item's title.
|
Modifier and Type | Method and Description |
---|---|
List<GoogleAppsCardV1GridItem> |
GoogleAppsCardV1Grid.getItems()
The items to display in the grid.
|
Modifier and Type | Method and Description |
---|---|
GoogleAppsCardV1Grid |
GoogleAppsCardV1Grid.setItems(List<GoogleAppsCardV1GridItem> items)
The items to display in the grid.
|
Copyright © 2011–2024 Google. All rights reserved.