Uses of Enum Class
top.magstar.framework.events.models.monitors.OptimizationPriority
Packages that use OptimizationPriority
-
Uses of OptimizationPriority in top.magstar.framework.events.models.monitors
Methods in top.magstar.framework.events.models.monitors that return OptimizationPriorityModifier and TypeMethodDescriptionOptimizationSuggestion.getPriority()static OptimizationPriorityReturns the enum constant of this class with the specified name.static OptimizationPriority[]OptimizationPriority.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in top.magstar.framework.events.models.monitors with parameters of type OptimizationPriorityModifierConstructorDescriptionOptimizationSuggestion(String title, String description, OptimizationPriority priority)