@Generated(value="OracleSDKGenerator", comments="API Version: 20181231") public enum SortBy extends Enum<SortBy> implements BmcEnum
The field to sort by. You can only provide one sort order. The default value is dateUpdated.
Enum Constant and Description |
---|
DateUpdated |
Severity |
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 DateUpdated
public static final SortBy Severity
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.