Uses of Enum Class
es.kukenan.smartfi.microservice.communication.service.enums.ScheduledTask
Packages that use ScheduledTask
-
Uses of ScheduledTask in es.kukenan.smartfi.microservice.communication.service.enums
Methods in es.kukenan.smartfi.microservice.communication.service.enums that return ScheduledTaskModifier and TypeMethodDescriptionstatic ScheduledTaskReturns the enum constant of this class with the specified name.static ScheduledTask[]ScheduledTask.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in es.kukenan.smartfi.microservice.communication.service.enums that return types with arguments of type ScheduledTaskModifier and TypeMethodDescriptionstatic Optional<ScheduledTask>ScheduledTask.findScheduledTask(String name) Finds Notifications Scheduled Task by task name.