public class ActionDoc extends Documentable
| Modifier and Type | Field and Description |
|---|---|
List<Variable> |
parameters |
List<Variable> |
returnParams |
children, description, icon, namepublic ActionDoc(String name, String description, ArrayList<Documentable> children, List<Variable> parameters, List<Variable> returnParams)
name - action name.description - description.children - if there are any children.parameters - parameters of the action.returnParams - return parameters of the action.Copyright © 2018 WSO2. All rights reserved.