public enum ApiEventType extends Enum<ApiEventType>
| Enum Constant and Description |
|---|
CANCEL |
CHANGE |
CREATE |
MIGRATE_BILLING |
MIGRATE_ENTITLEMENT |
RE_CREATE |
TRANSFER |
UNCANCEL |
| Modifier and Type | Method and Description |
|---|---|
abstract SubscriptionBaseTransitionType |
getSubscriptionTransitionType() |
static ApiEventType |
valueOf(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 MIGRATE_ENTITLEMENT
public static final ApiEventType CREATE
public static final ApiEventType MIGRATE_BILLING
public static final ApiEventType TRANSFER
public static final ApiEventType CHANGE
public static final ApiEventType RE_CREATE
public static final ApiEventType CANCEL
public static final ApiEventType UNCANCEL
public static ApiEventType[] values()
for (ApiEventType c : ApiEventType.values()) System.out.println(c);
public static ApiEventType 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 nullpublic abstract SubscriptionBaseTransitionType getSubscriptionTransitionType()
Copyright © 2010-2013. All Rights Reserved.