Uses of Enum Class
org.hisp.dhis.response.NotificationLevel
Packages that use NotificationLevel
-
Uses of NotificationLevel in org.hisp.dhis.response
Methods in org.hisp.dhis.response that return NotificationLevelModifier and TypeMethodDescriptionstatic NotificationLevelReturns the enum constant of this class with the specified name.static NotificationLevel[]NotificationLevel.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of NotificationLevel in org.hisp.dhis.response.job
Constructors in org.hisp.dhis.response.job with parameters of type NotificationLevelModifierConstructorDescriptionJobNotification(String uid, NotificationLevel level, JobCategory category, String message)