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.DividerStyle
Card.DividerStyle. forNumber(int value)
Card.DividerStyle
Card.Builder. getSectionDividerStyle()
The divider style between sections.Card.DividerStyle
Card. getSectionDividerStyle()
The divider style between sections.Card.DividerStyle
CardOrBuilder. getSectionDividerStyle()
The divider style between sections.static Card.DividerStyle
Card.DividerStyle. valueOf(int value)
Deprecated.static Card.DividerStyle
Card.DividerStyle. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Card.DividerStyle
Card.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.Builder
Card.Builder. setSectionDividerStyle(Card.DividerStyle value)
The divider style between sections.
-