Uses of Class
com.github.kagkarlsson.scheduler.SchedulerClient.ScheduleOptions.WhenExists
-
Packages that use SchedulerClient.ScheduleOptions.WhenExists Package Description com.github.kagkarlsson.scheduler -
-
Uses of SchedulerClient.ScheduleOptions.WhenExists in com.github.kagkarlsson.scheduler
Methods in com.github.kagkarlsson.scheduler that return SchedulerClient.ScheduleOptions.WhenExists Modifier and Type Method Description SchedulerClient.ScheduleOptions.WhenExistsSchedulerClient.ScheduleOptions. getWhenExists()static SchedulerClient.ScheduleOptions.WhenExistsSchedulerClient.ScheduleOptions.WhenExists. valueOf(String name)Returns the enum constant of this type with the specified name.static SchedulerClient.ScheduleOptions.WhenExists[]SchedulerClient.ScheduleOptions.WhenExists. values()Returns an array containing the constants of this enum type, in the order they are declared.
-