Uses of Enum Class
org.openmetadata.service.events.scheduled.template.DataInsightDescriptionAndOwnerTemplate.KpiCriteria
Packages that use DataInsightDescriptionAndOwnerTemplate.KpiCriteria
-
Uses of DataInsightDescriptionAndOwnerTemplate.KpiCriteria in org.openmetadata.service.events.scheduled.template
Methods in org.openmetadata.service.events.scheduled.template that return DataInsightDescriptionAndOwnerTemplate.KpiCriteriaModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.DataInsightDescriptionAndOwnerTemplate.KpiCriteria.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.openmetadata.service.events.scheduled.template with parameters of type DataInsightDescriptionAndOwnerTemplate.KpiCriteriaModifierConstructorDescriptionDataInsightDescriptionAndOwnerTemplate(DataInsightDescriptionAndOwnerTemplate.MetricType metricType, DataInsightDescriptionAndOwnerTemplate.KpiCriteria criteria, String totalAssets, Double percentCompleted, String targetKpi, Double percentChange, boolean isKpiAvailable, String numberOfDaysLeft, int numberOfDaysChange, Map<String, Double> tierMap, Map<String, Integer> dateMap)