Package | Description |
---|---|
com.google.api.services.chat.v1.model |
Modifier and Type | Method and Description |
---|---|
GoogleAppsCardV1Column |
GoogleAppsCardV1Column.clone() |
GoogleAppsCardV1Column |
GoogleAppsCardV1Column.set(String fieldName,
Object value) |
GoogleAppsCardV1Column |
GoogleAppsCardV1Column.setHorizontalAlignment(String horizontalAlignment)
Specifies whether widgets align to the left, right, or center of a column.
|
GoogleAppsCardV1Column |
GoogleAppsCardV1Column.setHorizontalSizeStyle(String horizontalSizeStyle)
Specifies how a column fills the width of the card.
|
GoogleAppsCardV1Column |
GoogleAppsCardV1Column.setVerticalAlignment(String verticalAlignment)
Specifies whether widgets align to the top, bottom, or center of a column.
|
GoogleAppsCardV1Column |
GoogleAppsCardV1Column.setWidgets(List<GoogleAppsCardV1Widgets> widgets)
An array of widgets included in a column.
|
Modifier and Type | Method and Description |
---|---|
List<GoogleAppsCardV1Column> |
GoogleAppsCardV1Columns.getColumnItems()
An array of columns.
|
Modifier and Type | Method and Description |
---|---|
GoogleAppsCardV1Columns |
GoogleAppsCardV1Columns.setColumnItems(List<GoogleAppsCardV1Column> columnItems)
An array of columns.
|
Copyright © 2011–2024 Google. All rights reserved.