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