Uses of Interface
com.google.apps.card.v1.WidgetOrBuilder
-
Packages that use WidgetOrBuilder Package Description com.google.apps.card.v1 -
-
Uses of WidgetOrBuilder in com.google.apps.card.v1
Classes in com.google.apps.card.v1 that implement WidgetOrBuilder Modifier and Type Class Description classWidgetEach card is made up of widgets.static classWidget.BuilderEach card is made up of widgets.Methods in com.google.apps.card.v1 that return WidgetOrBuilder Modifier and Type Method Description WidgetOrBuilderCard.Section.Builder. getWidgetsOrBuilder(int index)All the widgets in the section.WidgetOrBuilderCard.Section. getWidgetsOrBuilder(int index)All the widgets in the section.WidgetOrBuilderCard.SectionOrBuilder. getWidgetsOrBuilder(int index)All the widgets in the section.Methods in com.google.apps.card.v1 that return types with arguments of type WidgetOrBuilder Modifier and Type Method Description java.util.List<? extends WidgetOrBuilder>Card.Section.Builder. getWidgetsOrBuilderList()All the widgets in the section.java.util.List<? extends WidgetOrBuilder>Card.Section. getWidgetsOrBuilderList()All the widgets in the section.java.util.List<? extends WidgetOrBuilder>Card.SectionOrBuilder. getWidgetsOrBuilderList()All the widgets in the section.
-