Uses of Enum Class
org.sentrysoftware.metricshub.engine.common.helpers.KnownMonitorType
Packages that use KnownMonitorType
-
Uses of KnownMonitorType in org.sentrysoftware.metricshub.engine.common.helpers
Methods in org.sentrysoftware.metricshub.engine.common.helpers that return KnownMonitorTypeModifier and TypeMethodDescriptionstatic KnownMonitorTypeReturns the enum constant of this class with the specified name.static KnownMonitorType[]KnownMonitorType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.sentrysoftware.metricshub.engine.common.helpers that return types with arguments of type KnownMonitorTypeModifier and TypeMethodDescriptionstatic Optional<KnownMonitorType> KnownMonitorType.fromString(String monitorType) Retrieves theKnownMonitorTypeenum constant that matches the given string representation, ignoring case.