Uses of Class
com.google.apps.card.v1.Card.Section.Builder
Packages that use Card.Section.Builder
-
Uses of Card.Section.Builder in com.google.apps.card.v1
Methods in com.google.apps.card.v1 that return Card.Section.BuilderModifier and TypeMethodDescriptionCard.Section.Builder.addAllWidgets(Iterable<? extends Widget> values) All the widgets in the section.Card.Builder.addSectionsBuilder()Contains a collection of widgets.Card.Builder.addSectionsBuilder(int index) Contains a collection of widgets.Card.Section.Builder.addWidgets(int index, Widget value) All the widgets in the section.Card.Section.Builder.addWidgets(int index, Widget.Builder builderForValue) All the widgets in the section.Card.Section.Builder.addWidgets(Widget value) All the widgets in the section.Card.Section.Builder.addWidgets(Widget.Builder builderForValue) All the widgets in the section.Card.Section.Builder.clear()Card.Section.Builder.clearCollapseControl()Optional.Card.Section.Builder.clearCollapsible()Indicates whether this section is collapsible.Card.Section.Builder.clearHeader()Text that appears at the top of a section.Card.Section.Builder.clearUncollapsibleWidgetsCount()The number of uncollapsible widgets which remain visible even when a section is collapsed.Card.Section.Builder.clearWidgets()All the widgets in the section.Card.Builder.getSectionsBuilder(int index) Contains a collection of widgets.Card.Section.Builder.mergeCollapseControl(CollapseControl value) Optional.Card.Section.Builder.mergeFrom(Card.Section other) Card.Section.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Card.Section.Builder.mergeFrom(com.google.protobuf.Message other) static Card.Section.BuilderCard.Section.newBuilder()static Card.Section.BuilderCard.Section.newBuilder(Card.Section prototype) Card.Section.newBuilderForType()protected Card.Section.BuilderCard.Section.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Card.Section.Builder.removeWidgets(int index) All the widgets in the section.Card.Section.Builder.setCollapseControl(CollapseControl value) Optional.Card.Section.Builder.setCollapseControl(CollapseControl.Builder builderForValue) Optional.Card.Section.Builder.setCollapsible(boolean value) Indicates whether this section is collapsible.Text that appears at the top of a section.Card.Section.Builder.setHeaderBytes(com.google.protobuf.ByteString value) Text that appears at the top of a section.Card.Section.Builder.setUncollapsibleWidgetsCount(int value) The number of uncollapsible widgets which remain visible even when a section is collapsed.Card.Section.Builder.setWidgets(int index, Widget value) All the widgets in the section.Card.Section.Builder.setWidgets(int index, Widget.Builder builderForValue) All the widgets in the section.Card.Section.toBuilder()Methods in com.google.apps.card.v1 that return types with arguments of type Card.Section.BuilderModifier and TypeMethodDescriptionCard.Builder.getSectionsBuilderList()Contains a collection of widgets.Methods in com.google.apps.card.v1 with parameters of type Card.Section.BuilderModifier and TypeMethodDescriptionCard.Builder.addSections(int index, Card.Section.Builder builderForValue) Contains a collection of widgets.Card.Builder.addSections(Card.Section.Builder builderForValue) Contains a collection of widgets.Card.Builder.setSections(int index, Card.Section.Builder builderForValue) Contains a collection of widgets.