Uses of Class
io.gs2.distributor.result.RunStampSheetExpressWithoutNamespaceResult
Packages that use RunStampSheetExpressWithoutNamespaceResult
-
Uses of RunStampSheetExpressWithoutNamespaceResult in io.gs2.distributor
Methods in io.gs2.distributor that return RunStampSheetExpressWithoutNamespaceResultModifier and TypeMethodDescriptionGs2DistributorRestClient.runStampSheetExpressWithoutNamespace(RunStampSheetExpressWithoutNamespaceRequest request) Method parameters in io.gs2.distributor with type arguments of type RunStampSheetExpressWithoutNamespaceResultModifier and TypeMethodDescriptionvoidGs2DistributorRestClient.runStampSheetExpressWithoutNamespaceAsync(RunStampSheetExpressWithoutNamespaceRequest request, AsyncAction<AsyncResult<RunStampSheetExpressWithoutNamespaceResult>> callback) -
Uses of RunStampSheetExpressWithoutNamespaceResult in io.gs2.distributor.result
Methods in io.gs2.distributor.result that return RunStampSheetExpressWithoutNamespaceResultModifier and TypeMethodDescriptionRunStampSheetExpressWithoutNamespaceResult.fromJson(com.fasterxml.jackson.databind.JsonNode data) RunStampSheetExpressWithoutNamespaceResult.withSheetResult(String sheetResult) RunStampSheetExpressWithoutNamespaceResult.withSheetResultCode(Integer sheetResultCode) RunStampSheetExpressWithoutNamespaceResult.withTaskResultCodes(List<Integer> taskResultCodes) RunStampSheetExpressWithoutNamespaceResult.withTaskResults(List<String> taskResults)