Uses of Class
io.gs2.schedule.request.CreateEventMasterRequest
Packages that use CreateEventMasterRequest
-
Uses of CreateEventMasterRequest in io.gs2.schedule
Methods in io.gs2.schedule with parameters of type CreateEventMasterRequestModifier and TypeMethodDescriptionGs2ScheduleRestClient.createEventMaster(CreateEventMasterRequest request) voidGs2ScheduleRestClient.createEventMasterAsync(CreateEventMasterRequest request, AsyncAction<AsyncResult<CreateEventMasterResult>> callback) -
Uses of CreateEventMasterRequest in io.gs2.schedule.request
Methods in io.gs2.schedule.request that return CreateEventMasterRequestModifier and TypeMethodDescriptionstatic CreateEventMasterRequestCreateEventMasterRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) CreateEventMasterRequest.withAbsoluteBegin(Long absoluteBegin) CreateEventMasterRequest.withAbsoluteEnd(Long absoluteEnd) CreateEventMasterRequest.withDescription(String description) CreateEventMasterRequest.withMetadata(String metadata) CreateEventMasterRequest.withNamespaceName(String namespaceName) CreateEventMasterRequest.withRelativeTriggerName(String relativeTriggerName) CreateEventMasterRequest.withRepeatBeginDayOfMonth(Integer repeatBeginDayOfMonth) CreateEventMasterRequest.withRepeatBeginDayOfWeek(String repeatBeginDayOfWeek) CreateEventMasterRequest.withRepeatBeginHour(Integer repeatBeginHour) CreateEventMasterRequest.withRepeatEndDayOfMonth(Integer repeatEndDayOfMonth) CreateEventMasterRequest.withRepeatEndDayOfWeek(String repeatEndDayOfWeek) CreateEventMasterRequest.withRepeatEndHour(Integer repeatEndHour) CreateEventMasterRequest.withRepeatType(String repeatType) CreateEventMasterRequest.withScheduleType(String scheduleType)