@Generated(value="OracleSDKGenerator", comments="API Version: 20190331") public enum SortBy extends Enum<SortBy> implements BmcEnum
The field to sort by (one column only). Default sort order is ascending exception of timeCreated
column (descending).
Enum Constant and Description |
---|
CapacityType |
CapacityValue |
FeatureSet |
LifecycleState |
Name |
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 CapacityType
public static final SortBy CapacityValue
public static final SortBy FeatureSet
public static final SortBy LifecycleState
public static final SortBy Name
public static final SortBy TimeCreated
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.