Uses of Enum
com.google.apps.card.v1.Card.DividerStyle
Packages that use Card.DividerStyle
-
Uses of Card.DividerStyle in com.google.apps.card.v1
Methods in com.google.apps.card.v1 that return Card.DividerStyleModifier and TypeMethodDescriptionstatic Card.DividerStyleCard.DividerStyle.forNumber(int value) Card.Builder.getSectionDividerStyle()The divider style between sections.Card.getSectionDividerStyle()The divider style between sections.CardOrBuilder.getSectionDividerStyle()The divider style between sections.static Card.DividerStyleCard.DividerStyle.valueOf(int value) Deprecated.static Card.DividerStyleCard.DividerStyle.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static Card.DividerStyleReturns the enum constant of this type with the specified name.static Card.DividerStyle[]Card.DividerStyle.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.apps.card.v1 that return types with arguments of type Card.DividerStyleModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Card.DividerStyle>Card.DividerStyle.internalGetValueMap()Methods in com.google.apps.card.v1 with parameters of type Card.DividerStyleModifier and TypeMethodDescriptionCard.Builder.setSectionDividerStyle(Card.DividerStyle value) The divider style between sections.