Uses of Class
io.gs2.script.model.ConsumeAction
Packages that use ConsumeAction
-
Uses of ConsumeAction in io.gs2.script.model
Methods in io.gs2.script.model that return ConsumeActionModifier and TypeMethodDescriptionstatic ConsumeActionConsumeAction.fromJson(com.fasterxml.jackson.databind.JsonNode data) ConsumeAction.withAction(String action) ConsumeAction.withRequest(String request) Methods in io.gs2.script.model that return types with arguments of type ConsumeActionMethod parameters in io.gs2.script.model with type arguments of type ConsumeActionModifier and TypeMethodDescriptionvoidTransaction.setConsumeActions(List<ConsumeAction> consumeActions) Transaction.withConsumeActions(List<ConsumeAction> consumeActions)