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