public enum FundingInstrumentSortByField extends java.lang.Enum<FundingInstrumentSortByField> implements SortBy
| Enum Constant and Description |
|---|
CREATED_AT_ASC |
CREATED_AT_DESC |
DELETED_ASC |
DELETED_DESC |
END_TIME_ASC |
END_TIME_DESC |
FUNDED_AMOUNT_LOCAL_MICRO_ASC |
FUNDED_AMOUNT_LOCAL_MICRO_DESC |
START_TIME_ASC |
START_TIME_DESC |
UPDATED_AT_ASC |
UPDATED_AT_DESC |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getField() |
static FundingInstrumentSortByField |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FundingInstrumentSortByField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FundingInstrumentSortByField CREATED_AT_ASC
public static final FundingInstrumentSortByField UPDATED_AT_ASC
public static final FundingInstrumentSortByField DELETED_ASC
public static final FundingInstrumentSortByField FUNDED_AMOUNT_LOCAL_MICRO_ASC
public static final FundingInstrumentSortByField START_TIME_ASC
public static final FundingInstrumentSortByField END_TIME_ASC
public static final FundingInstrumentSortByField CREATED_AT_DESC
public static final FundingInstrumentSortByField UPDATED_AT_DESC
public static final FundingInstrumentSortByField DELETED_DESC
public static final FundingInstrumentSortByField FUNDED_AMOUNT_LOCAL_MICRO_DESC
public static final FundingInstrumentSortByField START_TIME_DESC
public static final FundingInstrumentSortByField END_TIME_DESC
public static FundingInstrumentSortByField[] values()
for (FundingInstrumentSortByField c : FundingInstrumentSortByField.values()) System.out.println(c);
public static FundingInstrumentSortByField 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