Uses of Class
io.gs2.schedule.request.UpdateEventMasterRequest
Packages that use UpdateEventMasterRequest
-
Uses of UpdateEventMasterRequest in io.gs2.schedule
Methods in io.gs2.schedule with parameters of type UpdateEventMasterRequestModifier and TypeMethodDescriptionGs2ScheduleRestClient.updateEventMaster(UpdateEventMasterRequest request) voidGs2ScheduleRestClient.updateEventMasterAsync(UpdateEventMasterRequest request, AsyncAction<AsyncResult<UpdateEventMasterResult>> callback) -
Uses of UpdateEventMasterRequest in io.gs2.schedule.request
Methods in io.gs2.schedule.request that return UpdateEventMasterRequestModifier and TypeMethodDescriptionstatic UpdateEventMasterRequestUpdateEventMasterRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) UpdateEventMasterRequest.withAbsoluteBegin(Long absoluteBegin) UpdateEventMasterRequest.withAbsoluteEnd(Long absoluteEnd) UpdateEventMasterRequest.withDescription(String description) UpdateEventMasterRequest.withEventName(String eventName) UpdateEventMasterRequest.withMetadata(String metadata) UpdateEventMasterRequest.withNamespaceName(String namespaceName) UpdateEventMasterRequest.withRelativeTriggerName(String relativeTriggerName) UpdateEventMasterRequest.withRepeatBeginDayOfMonth(Integer repeatBeginDayOfMonth) Deprecated.UpdateEventMasterRequest.withRepeatBeginDayOfWeek(String repeatBeginDayOfWeek) Deprecated.UpdateEventMasterRequest.withRepeatBeginHour(Integer repeatBeginHour) Deprecated.UpdateEventMasterRequest.withRepeatEndDayOfMonth(Integer repeatEndDayOfMonth) Deprecated.UpdateEventMasterRequest.withRepeatEndDayOfWeek(String repeatEndDayOfWeek) Deprecated.UpdateEventMasterRequest.withRepeatEndHour(Integer repeatEndHour) Deprecated.UpdateEventMasterRequest.withRepeatSetting(RepeatSetting repeatSetting) UpdateEventMasterRequest.withRepeatType(String repeatType) Deprecated.UpdateEventMasterRequest.withScheduleType(String scheduleType)