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