public enum Constants extends Enum<Constants>
| Enum Constant and Description |
|---|
ATTACHMENT |
CALLBACK |
DEVICE |
EXPIRE |
HTML |
MESSAGE |
MESSAGES_URL |
PRIORITY |
RETRY |
SOUND |
TIMESTAMP |
TITLE |
TOKEN |
URL |
URLTITLE |
USER |
VALIDATION_URL |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static Constants |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Constants[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Constants ATTACHMENT
public static final Constants CALLBACK
public static final Constants DEVICE
public static final Constants EXPIRE
public static final Constants HTML
public static final Constants MESSAGE
public static final Constants MESSAGES_URL
public static final Constants PRIORITY
public static final Constants RETRY
public static final Constants SOUND
public static final Constants TIMESTAMP
public static final Constants TITLE
public static final Constants TOKEN
public static final Constants URL
public static final Constants URLTITLE
public static final Constants USER
public static final Constants VALIDATION_URL
public static Constants[] values()
for (Constants c : Constants.values()) System.out.println(c);
public static Constants valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2018. All rights reserved.