public enum ESystemIMType extends java.lang.Enum<ESystemIMType>
| Enum Constant and Description |
|---|
CardWillExpire |
GiftRevoked |
GuestPassGranted |
GuestPassReceived |
InvalidCard |
RawText |
RecurringPurchaseFailed |
SubscriptionExpired |
SupportMessage |
SupportMessageClearAlert |
| Modifier and Type | Method and Description |
|---|---|
int |
code() |
static ESystemIMType |
from(int code) |
static ESystemIMType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ESystemIMType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ESystemIMType RawText
public static final ESystemIMType InvalidCard
public static final ESystemIMType RecurringPurchaseFailed
public static final ESystemIMType CardWillExpire
public static final ESystemIMType SubscriptionExpired
public static final ESystemIMType GuestPassReceived
public static final ESystemIMType GuestPassGranted
public static final ESystemIMType GiftRevoked
public static final ESystemIMType SupportMessage
public static final ESystemIMType SupportMessageClearAlert
public static ESystemIMType[] values()
for (ESystemIMType c : ESystemIMType.values()) System.out.println(c);
public static ESystemIMType 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 int code()
public static ESystemIMType from(int code)