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 class
Widget
Each card is made up of widgets.static class
Widget.Builder
Each card is made up of widgets.Methods in com.google.apps.card.v1 that return WidgetOrBuilder Modifier and Type Method Description WidgetOrBuilder
Card.Section.Builder. getWidgetsOrBuilder(int index)
All the widgets in the section.WidgetOrBuilder
Card.Section. getWidgetsOrBuilder(int index)
All the widgets in the section.WidgetOrBuilder
Card.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.
-