Uses of Class
org.killbill.billing.jaxrs.json.NodeCommandPropertyJson
-
Packages that use NodeCommandPropertyJson Package Description org.killbill.billing.jaxrs.json -
-
Uses of NodeCommandPropertyJson in org.killbill.billing.jaxrs.json
Methods in org.killbill.billing.jaxrs.json that return types with arguments of type NodeCommandPropertyJson Modifier and Type Method Description List<NodeCommandPropertyJson>NodeCommandJson. getNodeCommandProperties()Constructor parameters in org.killbill.billing.jaxrs.json with type arguments of type NodeCommandPropertyJson Constructor Description NodeCommandJson(boolean isSystemCommandType, String nodeCommandType, List<NodeCommandPropertyJson> nodeCommandProperties)
-