Class RepeatScheduleOptions

java.lang.Object
io.gs2.cdk.schedule.model.options.RepeatScheduleOptions

public class RepeatScheduleOptions extends Object
  • Field Details

    • currentRepeatStartAt

      public Long currentRepeatStartAt
    • currentRepeatEndAt

      public Long currentRepeatEndAt
    • lastRepeatEndAt

      public Long lastRepeatEndAt
    • nextRepeatStartAt

      public Long nextRepeatStartAt
  • Constructor Details

    • RepeatScheduleOptions

      public RepeatScheduleOptions()
  • Method Details