Uses of Interface
com.google.apps.card.v1.SelectionInput.SelectionItemOrBuilder
-
Packages that use SelectionInput.SelectionItemOrBuilder Package Description com.google.apps.card.v1 -
-
Uses of SelectionInput.SelectionItemOrBuilder in com.google.apps.card.v1
Classes in com.google.apps.card.v1 that implement SelectionInput.SelectionItemOrBuilder Modifier and Type Class Description static class
SelectionInput.SelectionItem
An item that users can select in a selection input, such as a checkbox or switch.static class
SelectionInput.SelectionItem.Builder
An item that users can select in a selection input, such as a checkbox or switch.Methods in com.google.apps.card.v1 that return SelectionInput.SelectionItemOrBuilder Modifier and Type Method Description SelectionInput.SelectionItemOrBuilder
SelectionInput.Builder. getItemsOrBuilder(int index)
An array of selectable items.SelectionInput.SelectionItemOrBuilder
SelectionInput. getItemsOrBuilder(int index)
An array of selectable items.SelectionInput.SelectionItemOrBuilder
SelectionInputOrBuilder. getItemsOrBuilder(int index)
An array of selectable items.Methods in com.google.apps.card.v1 that return types with arguments of type SelectionInput.SelectionItemOrBuilder Modifier and Type Method Description java.util.List<? extends SelectionInput.SelectionItemOrBuilder>
SelectionInput.Builder. getItemsOrBuilderList()
An array of selectable items.java.util.List<? extends SelectionInput.SelectionItemOrBuilder>
SelectionInput. getItemsOrBuilderList()
An array of selectable items.java.util.List<? extends SelectionInput.SelectionItemOrBuilder>
SelectionInputOrBuilder. getItemsOrBuilderList()
An array of selectable items.
-