Uses of Class
io.inugami.api.alertings.AlerteLevels
-
Packages that use AlerteLevels Package Description io.inugami.api.alertings -
-
Uses of AlerteLevels in io.inugami.api.alertings
Methods in io.inugami.api.alertings that return AlerteLevels Modifier and Type Method Description static AlerteLevelsAlerteLevels. getAlerteLevel(String level)static AlerteLevelsAlerteLevels. getLevel(Double levelValue)static AlerteLevelsAlerteLevels. valueOf(String name)Returns the enum constant of this type with the specified name.static AlerteLevels[]AlerteLevels. values()Returns an array containing the constants of this enum type, in the order they are declared.
-