public static enum ItemEntitlement.ItemType extends Enum<ItemEntitlement.ItemType>
| Enum Constant and Description |
|---|
_UNKNOWN |
ADDON |
CHARGE |
ITEM |
PLAN |
SUBSCRIPTION |
| Modifier and Type | Method and Description |
|---|---|
static ItemEntitlement.ItemType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ItemEntitlement.ItemType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ItemEntitlement.ItemType PLAN
public static final ItemEntitlement.ItemType ADDON
public static final ItemEntitlement.ItemType CHARGE
public static final ItemEntitlement.ItemType SUBSCRIPTION
public static final ItemEntitlement.ItemType ITEM
public static final ItemEntitlement.ItemType _UNKNOWN
public static ItemEntitlement.ItemType[] values()
for (ItemEntitlement.ItemType c : ItemEntitlement.ItemType.values()) System.out.println(c);
public static ItemEntitlement.ItemType 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 © 2023 ChargeBee. All rights reserved.