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