public static enum RestRedemption.RedeemState extends Enum<RestRedemption.RedeemState>
| Enum Constant and Description |
|---|
COMPLETED |
PENDING |
REVERSED |
UNQUALIFIED |
| Modifier and Type | Method and Description |
|---|---|
static RestRedemption.RedeemState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RestRedemption.RedeemState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RestRedemption.RedeemState PENDING
public static final RestRedemption.RedeemState COMPLETED
public static final RestRedemption.RedeemState REVERSED
public static final RestRedemption.RedeemState UNQUALIFIED
public static RestRedemption.RedeemState[] values()
for (RestRedemption.RedeemState c : RestRedemption.RedeemState.values()) System.out.println(c);
public static RestRedemption.RedeemState 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 © 2020 Empyr, Inc.. All rights reserved.