public enum LineItemsSortByField extends java.lang.Enum<LineItemsSortByField> implements SortBy
| Enum Constant and Description |
|---|
BID_AMOUNT_LOCAL_MICRO |
BID_AMOUNT_LOCAL_MICRO_ASC |
CREATED_AT |
CREATED_AT_ASC |
DELETED |
DELETED_ASC |
UPDATED_AT |
UPDATED_AT_ASC |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getField() |
static LineItemsSortByField |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LineItemsSortByField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LineItemsSortByField CREATED_AT_ASC
public static final LineItemsSortByField UPDATED_AT_ASC
public static final LineItemsSortByField DELETED_ASC
public static final LineItemsSortByField BID_AMOUNT_LOCAL_MICRO_ASC
public static final LineItemsSortByField CREATED_AT
public static final LineItemsSortByField UPDATED_AT
public static final LineItemsSortByField DELETED
public static final LineItemsSortByField BID_AMOUNT_LOCAL_MICRO
public static LineItemsSortByField[] values()
for (LineItemsSortByField c : LineItemsSortByField.values()) System.out.println(c);
public static LineItemsSortByField 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