Uses of Class
io.gs2.stateMachine.request.ReportRequest
Packages that use ReportRequest
-
Uses of ReportRequest in io.gs2.stateMachine
Methods in io.gs2.stateMachine with parameters of type ReportRequestModifier and TypeMethodDescriptionGs2StateMachineRestClient.report(ReportRequest request) voidGs2StateMachineRestClient.reportAsync(ReportRequest request, AsyncAction<AsyncResult<ReportResult>> callback) -
Uses of ReportRequest in io.gs2.stateMachine.request
Methods in io.gs2.stateMachine.request that return ReportRequestModifier and TypeMethodDescriptionstatic ReportRequestReportRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) ReportRequest.withAccessToken(String accessToken) ReportRequest.withDuplicationAvoider(String duplicationAvoider) ReportRequest.withEvents(List<Event> events) ReportRequest.withNamespaceName(String namespaceName) ReportRequest.withStatusName(String statusName)