Uses of Class
io.gs2.jobQueue.result.RunByUserIdResult
Packages that use RunByUserIdResult
-
Uses of RunByUserIdResult in io.gs2.jobQueue
Methods in io.gs2.jobQueue that return RunByUserIdResultMethod parameters in io.gs2.jobQueue with type arguments of type RunByUserIdResultModifier and TypeMethodDescriptionvoidGs2JobQueueRestClient.runByUserIdAsync(RunByUserIdRequest request, AsyncAction<AsyncResult<RunByUserIdResult>> callback) -
Uses of RunByUserIdResult in io.gs2.jobQueue.result
Methods in io.gs2.jobQueue.result that return RunByUserIdResultModifier and TypeMethodDescriptionstatic RunByUserIdResultRunByUserIdResult.fromJson(com.fasterxml.jackson.databind.JsonNode data) RunByUserIdResult.withIsLastJob(Boolean isLastJob) RunByUserIdResult.withResult(JobResultBody result)