Uses of Class
com.google.apps.card.v1.Card.DividerStyle
-
Packages that use Card.DividerStyle Package Description com.google.apps.card.v1 -
-
Uses of Card.DividerStyle in com.google.apps.card.v1
Methods in com.google.apps.card.v1 that return Card.DividerStyle Modifier and Type Method Description static Card.DividerStyleCard.DividerStyle. forNumber(int value)Card.DividerStyleCard.Builder. getSectionDividerStyle()The divider style between sections.Card.DividerStyleCard. getSectionDividerStyle()The divider style between sections.Card.DividerStyleCardOrBuilder. 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.DividerStyleCard.DividerStyle. valueOf(java.lang.String name)Returns 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.DividerStyle Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Card.DividerStyle>Card.DividerStyle. internalGetValueMap()Methods in com.google.apps.card.v1 with parameters of type Card.DividerStyle Modifier and Type Method Description Card.BuilderCard.Builder. setSectionDividerStyle(Card.DividerStyle value)The divider style between sections.
-