Enum SummarizeManagedInstanceAnalyticsRequest.SortBy
- java.lang.Object
-
- java.lang.Enum<SummarizeManagedInstanceAnalyticsRequest.SortBy>
-
- com.oracle.bmc.osmanagementhub.requests.SummarizeManagedInstanceAnalyticsRequest.SortBy
-
- All Implemented Interfaces:
BmcEnum,Serializable,Comparable<SummarizeManagedInstanceAnalyticsRequest.SortBy>
- Enclosing class:
- SummarizeManagedInstanceAnalyticsRequest
public static enum SummarizeManagedInstanceAnalyticsRequest.SortBy extends Enum<SummarizeManagedInstanceAnalyticsRequest.SortBy> implements BmcEnum
The field to sort by.Only one sort order may be provided. The default is to sort in ascending order by metricName (previously name, which is now depricated). You can also sort by displayName (default is ascending order).
-
-
Enum Constant Summary
Enum Constants Enum Constant Description DisplayNameMetricNameName
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SummarizeManagedInstanceAnalyticsRequest.SortBycreate(String key)StringgetValue()static SummarizeManagedInstanceAnalyticsRequest.SortByvalueOf(String name)Returns the enum constant of this type with the specified name.static SummarizeManagedInstanceAnalyticsRequest.SortBy[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Name
public static final SummarizeManagedInstanceAnalyticsRequest.SortBy Name
-
MetricName
public static final SummarizeManagedInstanceAnalyticsRequest.SortBy MetricName
-
DisplayName
public static final SummarizeManagedInstanceAnalyticsRequest.SortBy DisplayName
-
-
Method Detail
-
values
public static SummarizeManagedInstanceAnalyticsRequest.SortBy[] 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 (SummarizeManagedInstanceAnalyticsRequest.SortBy c : SummarizeManagedInstanceAnalyticsRequest.SortBy.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static SummarizeManagedInstanceAnalyticsRequest.SortBy 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 SummarizeManagedInstanceAnalyticsRequest.SortBy create(String key)
-
-