Package com.github.kagkarlsson.scheduler
Class SchedulerClient.ScheduleOptions
- java.lang.Object
-
- com.github.kagkarlsson.scheduler.SchedulerClient.ScheduleOptions
-
- Enclosing interface:
- SchedulerClient
public static class SchedulerClient.ScheduleOptions extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSchedulerClient.ScheduleOptions.WhenExists
-
Field Summary
Fields Modifier and Type Field Description static SchedulerClient.ScheduleOptionsWHEN_EXISTS_DO_NOTHINGstatic SchedulerClient.ScheduleOptionsWHEN_EXISTS_RESCHEDULE
-
Constructor Summary
Constructors Constructor Description ScheduleOptions()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SchedulerClient.ScheduleOptionsdefaultOptions()SchedulerClient.ScheduleOptions.WhenExistsgetWhenExists()SchedulerClient.ScheduleOptionswhenExistsDoNothing()SchedulerClient.ScheduleOptionswhenExistsReschedule()
-
-
-
Field Detail
-
WHEN_EXISTS_DO_NOTHING
public static final SchedulerClient.ScheduleOptions WHEN_EXISTS_DO_NOTHING
-
WHEN_EXISTS_RESCHEDULE
public static final SchedulerClient.ScheduleOptions WHEN_EXISTS_RESCHEDULE
-
-
Method Detail
-
defaultOptions
public static SchedulerClient.ScheduleOptions defaultOptions()
-
whenExistsReschedule
public SchedulerClient.ScheduleOptions whenExistsReschedule()
-
whenExistsDoNothing
public SchedulerClient.ScheduleOptions whenExistsDoNothing()
-
getWhenExists
public SchedulerClient.ScheduleOptions.WhenExists getWhenExists()
-
-