Uses of Class
io.gs2.schedule.model.RepeatSchedule
Packages that use RepeatSchedule
-
Uses of RepeatSchedule in io.gs2.schedule.model
Methods in io.gs2.schedule.model that return RepeatScheduleModifier and TypeMethodDescriptionstatic RepeatScheduleRepeatSchedule.fromJson(com.fasterxml.jackson.databind.JsonNode data) RepeatSchedule.withCurrentRepeatEndAt(Long currentRepeatEndAt) RepeatSchedule.withCurrentRepeatStartAt(Long currentRepeatStartAt) RepeatSchedule.withLastRepeatEndAt(Long lastRepeatEndAt) RepeatSchedule.withNextRepeatStartAt(Long nextRepeatStartAt) RepeatSchedule.withRepeatCount(Integer repeatCount) -
Uses of RepeatSchedule in io.gs2.schedule.result
Methods in io.gs2.schedule.result that return RepeatScheduleModifier and TypeMethodDescriptionGetEventByUserIdResult.getRepeatSchedule()GetEventResult.getRepeatSchedule()Methods in io.gs2.schedule.result with parameters of type RepeatScheduleModifier and TypeMethodDescriptionvoidGetEventByUserIdResult.setRepeatSchedule(RepeatSchedule repeatSchedule) voidGetEventResult.setRepeatSchedule(RepeatSchedule repeatSchedule) GetEventByUserIdResult.withRepeatSchedule(RepeatSchedule repeatSchedule) GetEventResult.withRepeatSchedule(RepeatSchedule repeatSchedule)