public static enum UserCouponsQueryParams.Status extends Enum<UserCouponsQueryParams.Status>
| Enum Constant and Description |
|---|
SENDED
Sended status.
|
USED
Used status.
|
| Modifier and Type | Method and Description |
|---|---|
static UserCouponsQueryParams.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserCouponsQueryParams.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UserCouponsQueryParams.Status SENDED
public static final UserCouponsQueryParams.Status USED
public static UserCouponsQueryParams.Status[] values()
for (UserCouponsQueryParams.Status c : UserCouponsQueryParams.Status.values()) System.out.println(c);
public static UserCouponsQueryParams.Status 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 © 2021. All rights reserved.