public static enum FlexMessageComponent.Size extends java.lang.Enum<FlexMessageComponent.Size> implements Stringable
| Enum Constant and Description |
|---|
FULL |
LG |
MD |
SM |
XL |
XL3 |
XL4 |
XL5 |
XS |
XXL |
XXS |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue() |
static FlexMessageComponent.Size |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FlexMessageComponent.Size[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfnamepublic static final FlexMessageComponent.Size XXS
public static final FlexMessageComponent.Size XS
public static final FlexMessageComponent.Size SM
public static final FlexMessageComponent.Size MD
public static final FlexMessageComponent.Size LG
public static final FlexMessageComponent.Size XL
public static final FlexMessageComponent.Size XXL
public static final FlexMessageComponent.Size XL3
public static final FlexMessageComponent.Size XL4
public static final FlexMessageComponent.Size XL5
public static final FlexMessageComponent.Size FULL
public static FlexMessageComponent.Size[] values()
for (FlexMessageComponent.Size c : FlexMessageComponent.Size.values()) System.out.println(c);
public static FlexMessageComponent.Size valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getValue()