Enum Card.DividerStyle (2.37.1)

public enum Card.DividerStyle extends Enum<Card.DividerStyle> implements ProtocolMessageEnum

The divider style of a card. Currently only used for dividers betweens card sections.

Google Workspace Add-ons and Chat apps:

Protobuf enum google.apps.card.v1.Card.DividerStyle

Implements

ProtocolMessageEnum

Static Fields

NameDescription
DIVIDER_STYLE_UNSPECIFIED

Don't use. Unspecified.

DIVIDER_STYLE_UNSPECIFIED = 0;

DIVIDER_STYLE_UNSPECIFIED_VALUE

Don't use. Unspecified.

DIVIDER_STYLE_UNSPECIFIED = 0;

NO_DIVIDER

If set, no divider is rendered between sections.

NO_DIVIDER = 2;

NO_DIVIDER_VALUE

If set, no divider is rendered between sections.

NO_DIVIDER = 2;

SOLID_DIVIDER

Default option. Render a solid divider between sections.

SOLID_DIVIDER = 1;

SOLID_DIVIDER_VALUE

Default option. Render a solid divider between sections.

SOLID_DIVIDER = 1;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()