Package com.oracle.bmc.jmsutils.model
Enum PerformanceTuningAnalysisSortBy
- java.lang.Object
-
- java.lang.Enum<PerformanceTuningAnalysisSortBy>
-
- com.oracle.bmc.jmsutils.model.PerformanceTuningAnalysisSortBy
-
- All Implemented Interfaces:
BmcEnum,Serializable,Comparable<PerformanceTuningAnalysisSortBy>
@Generated(value="OracleSDKGenerator", comments="API Version: 20250521") public enum PerformanceTuningAnalysisSortBy extends Enum<PerformanceTuningAnalysisSortBy> implements BmcEnumThe field to sort Performance Tuning analysis.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description TimeCreatedTimeFinishedTimeStarted
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PerformanceTuningAnalysisSortBycreate(String key)StringgetValue()static PerformanceTuningAnalysisSortByvalueOf(String name)Returns the enum constant of this type with the specified name.static PerformanceTuningAnalysisSortBy[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
TimeCreated
public static final PerformanceTuningAnalysisSortBy TimeCreated
-
TimeStarted
public static final PerformanceTuningAnalysisSortBy TimeStarted
-
TimeFinished
public static final PerformanceTuningAnalysisSortBy TimeFinished
-
-
Method Detail
-
values
public static PerformanceTuningAnalysisSortBy[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (PerformanceTuningAnalysisSortBy c : PerformanceTuningAnalysisSortBy.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static PerformanceTuningAnalysisSortBy valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
create
public static PerformanceTuningAnalysisSortBy create(String key)
-
-