Uses of Class
io.gs2.script.request.DebugInvokeRequest
Packages that use DebugInvokeRequest
-
Uses of DebugInvokeRequest in io.gs2.script
Methods in io.gs2.script with parameters of type DebugInvokeRequestModifier and TypeMethodDescriptionGs2ScriptRestClient.debugInvoke(DebugInvokeRequest request) voidGs2ScriptRestClient.debugInvokeAsync(DebugInvokeRequest request, AsyncAction<AsyncResult<DebugInvokeResult>> callback) -
Uses of DebugInvokeRequest in io.gs2.script.request
Methods in io.gs2.script.request that return DebugInvokeRequestModifier and TypeMethodDescriptionstatic DebugInvokeRequestDebugInvokeRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) DebugInvokeRequest.withScript(String script)