public static enum OrderReferenceInfo.Constraint extends java.lang.Enum<OrderReferenceInfo.Constraint>
Enum Constant and Description |
---|
AmountNotSet |
PaymentMethodNotAllowed |
PaymentPlanNotSet |
ShippingAddressNotSet |
Modifier and Type | Method and Description |
---|---|
static OrderReferenceInfo.Constraint |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OrderReferenceInfo.Constraint[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OrderReferenceInfo.Constraint ShippingAddressNotSet
public static final OrderReferenceInfo.Constraint PaymentPlanNotSet
public static final OrderReferenceInfo.Constraint AmountNotSet
public static final OrderReferenceInfo.Constraint PaymentMethodNotAllowed
public static OrderReferenceInfo.Constraint[] values()
for (OrderReferenceInfo.Constraint c : OrderReferenceInfo.Constraint.values()) System.out.println(c);
public static OrderReferenceInfo.Constraint 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 null