Uses of Interface
com.google.apps.card.v1.ButtonOrBuilder
-
Packages that use ButtonOrBuilder Package Description com.google.apps.card.v1 -
-
Uses of ButtonOrBuilder in com.google.apps.card.v1
Classes in com.google.apps.card.v1 that implement ButtonOrBuilder Modifier and Type Class Description class
Button
A text, icon, or text and icon button that users can click.static class
Button.Builder
A text, icon, or text and icon button that users can click.Methods in com.google.apps.card.v1 that return ButtonOrBuilder Modifier and Type Method Description ButtonOrBuilder
DecoratedText.Builder. getButtonOrBuilder()
A button that a user can click to trigger an action.ButtonOrBuilder
DecoratedText. getButtonOrBuilder()
A button that a user can click to trigger an action.ButtonOrBuilder
DecoratedTextOrBuilder. getButtonOrBuilder()
A button that a user can click to trigger an action.ButtonOrBuilder
ButtonList.Builder. getButtonsOrBuilder(int index)
An array of buttons.ButtonOrBuilder
ButtonList. getButtonsOrBuilder(int index)
An array of buttons.ButtonOrBuilder
ButtonListOrBuilder. getButtonsOrBuilder(int index)
An array of buttons.ButtonOrBuilder
Card.CardFixedFooter.Builder. getPrimaryButtonOrBuilder()
The primary button of the fixed footer.ButtonOrBuilder
Card.CardFixedFooter. getPrimaryButtonOrBuilder()
The primary button of the fixed footer.ButtonOrBuilder
Card.CardFixedFooterOrBuilder. getPrimaryButtonOrBuilder()
The primary button of the fixed footer.ButtonOrBuilder
Card.CardFixedFooter.Builder. getSecondaryButtonOrBuilder()
The secondary button of the fixed footer.ButtonOrBuilder
Card.CardFixedFooter. getSecondaryButtonOrBuilder()
The secondary button of the fixed footer.ButtonOrBuilder
Card.CardFixedFooterOrBuilder. getSecondaryButtonOrBuilder()
The secondary button of the fixed footer.Methods in com.google.apps.card.v1 that return types with arguments of type ButtonOrBuilder Modifier and Type Method Description java.util.List<? extends ButtonOrBuilder>
ButtonList.Builder. getButtonsOrBuilderList()
An array of buttons.java.util.List<? extends ButtonOrBuilder>
ButtonList. getButtonsOrBuilderList()
An array of buttons.java.util.List<? extends ButtonOrBuilder>
ButtonListOrBuilder. getButtonsOrBuilderList()
An array of buttons.
-