public static enum RestEvent.EventType extends Enum<RestEvent.EventType>
| Enum Constant and Description |
|---|
AUTHORIZED |
BUSINESS_APPROVED |
CARD_STATUS |
CLEARED |
HIDDEN_SUMMARY |
PAYMENT |
REMOVED |
REMOVED_DUP |
STATS_REPORT |
| Modifier and Type | Method and Description |
|---|---|
static RestEvent.EventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RestEvent.EventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RestEvent.EventType AUTHORIZED
public static final RestEvent.EventType CLEARED
public static final RestEvent.EventType REMOVED
public static final RestEvent.EventType REMOVED_DUP
public static final RestEvent.EventType PAYMENT
public static final RestEvent.EventType CARD_STATUS
public static final RestEvent.EventType HIDDEN_SUMMARY
public static final RestEvent.EventType STATS_REPORT
public static final RestEvent.EventType BUSINESS_APPROVED
public static RestEvent.EventType[] values()
for (RestEvent.EventType c : RestEvent.EventType.values()) System.out.println(c);
public static RestEvent.EventType 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 Empyr, Inc.. All rights reserved.