Uses of Interface
com.google.apps.card.v1.Card.SectionOrBuilder
-
Packages that use Card.SectionOrBuilder Package Description com.google.apps.card.v1 -
-
Uses of Card.SectionOrBuilder in com.google.apps.card.v1
Classes in com.google.apps.card.v1 that implement Card.SectionOrBuilder Modifier and Type Class Description static classCard.SectionA section contains a collection of widgets that are rendered vertically in the order that they're specified.static classCard.Section.BuilderA section contains a collection of widgets that are rendered vertically in the order that they're specified.Methods in com.google.apps.card.v1 that return Card.SectionOrBuilder Modifier and Type Method Description Card.SectionOrBuilderCard.Builder. getSectionsOrBuilder(int index)Contains a collection of widgets.Card.SectionOrBuilderCard. getSectionsOrBuilder(int index)Contains a collection of widgets.Card.SectionOrBuilderCardOrBuilder. getSectionsOrBuilder(int index)Contains a collection of widgets.Methods in com.google.apps.card.v1 that return types with arguments of type Card.SectionOrBuilder Modifier and Type Method Description java.util.List<? extends Card.SectionOrBuilder>Card.Builder. getSectionsOrBuilderList()Contains a collection of widgets.java.util.List<? extends Card.SectionOrBuilder>Card. getSectionsOrBuilderList()Contains a collection of widgets.java.util.List<? extends Card.SectionOrBuilder>CardOrBuilder. getSectionsOrBuilderList()Contains a collection of widgets.
-