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