public final class GoogleAppsCardV1Column
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Google Chat API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
GoogleAppsCardV1Column() |
Modifier and Type | Method and Description |
---|---|
GoogleAppsCardV1Column |
clone() |
String |
getHorizontalAlignment()
Specifies whether widgets align to the left, right, or center of a column.
|
String |
getHorizontalSizeStyle()
Specifies how a column fills the width of the card.
|
String |
getVerticalAlignment()
Specifies whether widgets align to the top, bottom, or center of a column.
|
List<GoogleAppsCardV1Widgets> |
getWidgets()
An array of widgets included in a column.
|
GoogleAppsCardV1Column |
set(String fieldName,
Object value) |
GoogleAppsCardV1Column |
setHorizontalAlignment(String horizontalAlignment)
Specifies whether widgets align to the left, right, or center of a column.
|
GoogleAppsCardV1Column |
setHorizontalSizeStyle(String horizontalSizeStyle)
Specifies how a column fills the width of the card.
|
GoogleAppsCardV1Column |
setVerticalAlignment(String verticalAlignment)
Specifies whether widgets align to the top, bottom, or center of a column.
|
GoogleAppsCardV1Column |
setWidgets(List<GoogleAppsCardV1Widgets> widgets)
An array of widgets included in a column.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public String getHorizontalAlignment()
null
for nonepublic GoogleAppsCardV1Column setHorizontalAlignment(String horizontalAlignment)
horizontalAlignment
- horizontalAlignment or null
for nonepublic String getHorizontalSizeStyle()
null
for nonepublic GoogleAppsCardV1Column setHorizontalSizeStyle(String horizontalSizeStyle)
horizontalSizeStyle
- horizontalSizeStyle or null
for nonepublic String getVerticalAlignment()
null
for nonepublic GoogleAppsCardV1Column setVerticalAlignment(String verticalAlignment)
verticalAlignment
- verticalAlignment or null
for nonepublic List<GoogleAppsCardV1Widgets> getWidgets()
null
for nonepublic GoogleAppsCardV1Column setWidgets(List<GoogleAppsCardV1Widgets> widgets)
widgets
- widgets or null
for nonepublic GoogleAppsCardV1Column set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public GoogleAppsCardV1Column clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.