Uses of Class
io.gs2.schedule.result.GetEventResult
Packages that use GetEventResult
-
Uses of GetEventResult in io.gs2.schedule
Methods in io.gs2.schedule that return GetEventResultMethod parameters in io.gs2.schedule with type arguments of type GetEventResultModifier and TypeMethodDescriptionvoidGs2ScheduleRestClient.getEventAsync(GetEventRequest request, AsyncAction<AsyncResult<GetEventResult>> callback) -
Uses of GetEventResult in io.gs2.schedule.result
Methods in io.gs2.schedule.result that return GetEventResultModifier and TypeMethodDescriptionstatic GetEventResultGetEventResult.fromJson(com.fasterxml.jackson.databind.JsonNode data) GetEventResult.withInSchedule(Boolean inSchedule) GetEventResult.withRepeatSchedule(RepeatSchedule repeatSchedule) GetEventResult.withScheduleEndAt(Long scheduleEndAt) GetEventResult.withScheduleStartAt(Long scheduleStartAt)