public enum ApiEventType extends java.lang.Enum<ApiEventType>
| Enum Constant and Description |
|---|
CANCEL |
CHANGE |
CREATE |
TRANSFER |
UNCANCEL |
UNDO_CHANGE |
| Modifier and Type | Method and Description |
|---|---|
abstract SubscriptionBaseTransitionType |
getSubscriptionTransitionType() |
static ApiEventType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ApiEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ApiEventType CREATE
public static final ApiEventType TRANSFER
public static final ApiEventType CHANGE
public static final ApiEventType CANCEL
public static final ApiEventType UNDO_CHANGE
public static final ApiEventType UNCANCEL
public static ApiEventType[] values()
for (ApiEventType c : ApiEventType.values()) System.out.println(c);
public static ApiEventType 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 abstract SubscriptionBaseTransitionType getSubscriptionTransitionType()
Copyright © 2010-2018. All Rights Reserved.