public static enum RepositoryAnalyticsDetails.GroupBy extends Enum<RepositoryAnalyticsDetails.GroupBy> implements BmcEnum
Attribute by which metric data has to be grouped
Enum Constant and Description |
---|
Author |
Modifier and Type | Method and Description |
---|---|
static RepositoryAnalyticsDetails.GroupBy |
create(String key) |
String |
getValue() |
static RepositoryAnalyticsDetails.GroupBy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RepositoryAnalyticsDetails.GroupBy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RepositoryAnalyticsDetails.GroupBy Author
public static RepositoryAnalyticsDetails.GroupBy[] values()
for (RepositoryAnalyticsDetails.GroupBy c : RepositoryAnalyticsDetails.GroupBy.values()) System.out.println(c);
public static RepositoryAnalyticsDetails.GroupBy 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 RepositoryAnalyticsDetails.GroupBy create(String key)
Copyright © 2016–2024. All rights reserved.