Uses of Class
io.gs2.schedule.request.GetEventRequest
Packages that use GetEventRequest
-
Uses of GetEventRequest in io.gs2.schedule
Methods in io.gs2.schedule with parameters of type GetEventRequestModifier and TypeMethodDescriptionGs2ScheduleRestClient.getEvent(GetEventRequest request) voidGs2ScheduleRestClient.getEventAsync(GetEventRequest request, AsyncAction<AsyncResult<GetEventResult>> callback) -
Uses of GetEventRequest in io.gs2.schedule.request
Methods in io.gs2.schedule.request that return GetEventRequestModifier and TypeMethodDescriptionstatic GetEventRequestGetEventRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) GetEventRequest.withAccessToken(String accessToken) GetEventRequest.withEventName(String eventName) GetEventRequest.withIsInSchedule(Boolean isInSchedule) GetEventRequest.withNamespaceName(String namespaceName)