public enum BrazeDateFormat extends java.lang.Enum<BrazeDateFormat>
| Enum Constant and Description |
|---|
ANDROID_LOGCAT |
CLOCK_12_HOUR |
LONG |
SHORT |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFormat() |
static BrazeDateFormat |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BrazeDateFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BrazeDateFormat SHORT
public static final BrazeDateFormat LONG
public static final BrazeDateFormat ANDROID_LOGCAT
public static final BrazeDateFormat CLOCK_12_HOUR
public static BrazeDateFormat[] values()
for (BrazeDateFormat c : BrazeDateFormat.values()) System.out.println(c);
public static BrazeDateFormat 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 getFormat()