Package | Description |
---|---|
org.ballerinalang.composer.service.workspace.model |
Modifier and Type | Method and Description |
---|---|
Action |
Action.addAnnotationsItem(Annotation annotationsItem) |
Action |
Action.addParametersItem(Parameter parametersItem) |
Action |
Action.addReturnParamsItem(Parameter returnParamsItem) |
Action |
Action.annotations(List<Annotation> annotations) |
Action |
Action.name(String name) |
Action |
Action.parameters(List<Parameter> parameters) |
Action |
Action.returnParams(List<Parameter> returnParams) |
Modifier and Type | Method and Description |
---|---|
List<Action> |
Connector.getActions()
Get actions
|
Modifier and Type | Method and Description |
---|---|
Connector |
Connector.addActionsItem(Action actionsItem) |
Modifier and Type | Method and Description |
---|---|
Connector |
Connector.actions(List<Action> actions) |
void |
Connector.setActions(List<Action> actions) |
Copyright © 2017 WSO2. All rights reserved.