Uses of Class
com.oracle.bmc.devops.model.SummarizeRepositoryAnalyticsDetails.GroupBy
-
Packages that use SummarizeRepositoryAnalyticsDetails.GroupBy Package Description com.oracle.bmc.devops.model -
-
Uses of SummarizeRepositoryAnalyticsDetails.GroupBy in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return SummarizeRepositoryAnalyticsDetails.GroupBy Modifier and Type Method Description static SummarizeRepositoryAnalyticsDetails.GroupBy
SummarizeRepositoryAnalyticsDetails.GroupBy. create(String key)
SummarizeRepositoryAnalyticsDetails.GroupBy
SummarizeRepositoryAnalyticsDetails. getGroupBy()
Attribute by which metric data has to be groupedstatic SummarizeRepositoryAnalyticsDetails.GroupBy
SummarizeRepositoryAnalyticsDetails.GroupBy. valueOf(String name)
Returns the enum constant of this type with the specified name.static SummarizeRepositoryAnalyticsDetails.GroupBy[]
SummarizeRepositoryAnalyticsDetails.GroupBy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.devops.model with parameters of type SummarizeRepositoryAnalyticsDetails.GroupBy Modifier and Type Method Description SummarizeRepositoryAnalyticsDetails.Builder
SummarizeRepositoryAnalyticsDetails.Builder. groupBy(SummarizeRepositoryAnalyticsDetails.GroupBy groupBy)
Attribute by which metric data has to be groupedConstructors in com.oracle.bmc.devops.model with parameters of type SummarizeRepositoryAnalyticsDetails.GroupBy Constructor Description SummarizeRepositoryAnalyticsDetails(String authorEmail, List<MetricName> repositoryMetrics, SummarizeRepositoryAnalyticsDetails.AggregationDuration aggregationDuration, Date startTime, Date endTime, SummarizeRepositoryAnalyticsDetails.GroupBy groupBy)
Deprecated.
-