Uses of Class
com.google.apps.card.v1.ButtonList.Builder
Packages that use ButtonList.Builder
-
Uses of ButtonList.Builder in com.google.apps.card.v1
Methods in com.google.apps.card.v1 that return ButtonList.BuilderModifier and TypeMethodDescriptionButtonList.Builder.addAllButtons(Iterable<? extends Button> values) An array of buttons.ButtonList.Builder.addButtons(int index, Button value) An array of buttons.ButtonList.Builder.addButtons(int index, Button.Builder builderForValue) An array of buttons.ButtonList.Builder.addButtons(Button value) An array of buttons.ButtonList.Builder.addButtons(Button.Builder builderForValue) An array of buttons.ButtonList.Builder.clear()ButtonList.Builder.clearButtons()An array of buttons.Card.NestedWidget.Builder.getButtonListBuilder()A button list widget.Columns.Column.Widgets.Builder.getButtonListBuilder()[ButtonList][google.apps.card.v1.ButtonList] widget.Widget.Builder.getButtonListBuilder()A list of buttons.ButtonList.Builder.mergeFrom(ButtonList other) ButtonList.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ButtonList.Builder.mergeFrom(com.google.protobuf.Message other) static ButtonList.BuilderButtonList.newBuilder()static ButtonList.BuilderButtonList.newBuilder(ButtonList prototype) ButtonList.newBuilderForType()protected ButtonList.BuilderButtonList.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ButtonList.Builder.removeButtons(int index) An array of buttons.ButtonList.Builder.setButtons(int index, Button value) An array of buttons.ButtonList.Builder.setButtons(int index, Button.Builder builderForValue) An array of buttons.ButtonList.toBuilder()Methods in com.google.apps.card.v1 with parameters of type ButtonList.BuilderModifier and TypeMethodDescriptionCard.NestedWidget.Builder.setButtonList(ButtonList.Builder builderForValue) A button list widget.Columns.Column.Widgets.Builder.setButtonList(ButtonList.Builder builderForValue) [ButtonList][google.apps.card.v1.ButtonList] widget.Widget.Builder.setButtonList(ButtonList.Builder builderForValue) A list of buttons.