@Generated(value="OracleSDKGenerator", comments="API Version: 20230601") public enum AggregationSortBy extends Enum<AggregationSortBy> implements BmcEnum
The field to sort the Java download aggregation.
Enum Constant and Description |
---|
DownloadCount |
FamilyVersion |
Modifier and Type | Method and Description |
---|---|
static AggregationSortBy |
create(String key) |
String |
getValue() |
static AggregationSortBy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AggregationSortBy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AggregationSortBy FamilyVersion
public static final AggregationSortBy DownloadCount
public static AggregationSortBy[] values()
for (AggregationSortBy c : AggregationSortBy.values()) System.out.println(c);
public static AggregationSortBy 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 nullpublic static AggregationSortBy create(String key)
Copyright © 2016–2024. All rights reserved.