@Generated(value="OracleSDKGenerator", comments="API Version: 20190111") public enum SortBy extends Enum<SortBy> implements BmcEnum
The field to sort by. If not specified, the default is timeCreated. The default sort order for timeCreated is DESC. The default sort order for displayName is ASC in alphanumeric order.
Enum Constant and Description |
---|
DisplayName |
TimeCreated |
Modifier and Type | Method and Description |
---|---|
static SortBy |
create(String key) |
String |
getValue() |
static SortBy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortBy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SortBy TimeCreated
public static final SortBy DisplayName
public static SortBy[] values()
for (SortBy c : SortBy.values()) System.out.println(c);
public static SortBy 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 © 2016–2024. All rights reserved.