public static enum FlexMessageComponent.Margin extends java.lang.Enum<FlexMessageComponent.Margin> implements Stringable
| Modifier and Type | Method and Description |
|---|---|
static FlexMessageComponent.Margin |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FlexMessageComponent.Margin[] |
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.Margin NONE
public static final FlexMessageComponent.Margin XS
public static final FlexMessageComponent.Margin SM
public static final FlexMessageComponent.Margin MD
public static final FlexMessageComponent.Margin LG
public static final FlexMessageComponent.Margin XL
public static final FlexMessageComponent.Margin XXL
public static FlexMessageComponent.Margin[] values()
for (FlexMessageComponent.Margin c : FlexMessageComponent.Margin.values()) System.out.println(c);
public static FlexMessageComponent.Margin 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 null