public static enum Order.OrderLineItem.EntityType extends Enum<Order.OrderLineItem.EntityType>
| Enum Constant and Description |
|---|
_UNKNOWN |
ADDON |
ADDON_ITEM_PRICE |
ADHOC |
CHARGE_ITEM_PRICE |
PLAN |
PLAN_ITEM_PRICE |
PLAN_SETUP |
| Modifier and Type | Method and Description |
|---|---|
static Order.OrderLineItem.EntityType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Order.OrderLineItem.EntityType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Order.OrderLineItem.EntityType PLAN_SETUP
public static final Order.OrderLineItem.EntityType PLAN
public static final Order.OrderLineItem.EntityType ADDON
public static final Order.OrderLineItem.EntityType ADHOC
public static final Order.OrderLineItem.EntityType PLAN_ITEM_PRICE
public static final Order.OrderLineItem.EntityType ADDON_ITEM_PRICE
public static final Order.OrderLineItem.EntityType CHARGE_ITEM_PRICE
public static final Order.OrderLineItem.EntityType _UNKNOWN
public static Order.OrderLineItem.EntityType[] values()
for (Order.OrderLineItem.EntityType c : Order.OrderLineItem.EntityType.values()) System.out.println(c);
public static Order.OrderLineItem.EntityType 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.