| Package | Description |
|---|---|
| io.swagger.client.model |
| Modifier and Type | Method and Description |
|---|---|
WorkflowFunction |
WorkflowFunction.addParametersItem(WorkflowFunctionParameter parametersItem) |
WorkflowFunction |
WorkflowFunction.description(String description) |
WorkflowFunction |
WorkflowFunction.displayName(String displayName) |
WorkflowFunction |
Workflow.getConstructor()
Get constructor
|
WorkflowFunction |
WorkflowFunction.id(Integer id) |
WorkflowFunction |
WorkflowFunction.name(String name) |
WorkflowFunction |
WorkflowFunction.parameters(List<WorkflowFunctionParameter> parameters) |
WorkflowFunction |
WorkflowFunction.workflowId(Integer workflowId) |
| Modifier and Type | Method and Description |
|---|---|
List<WorkflowFunction> |
Workflow.getFunctions()
Get functions
|
| Modifier and Type | Method and Description |
|---|---|
Workflow |
Workflow.addFunctionsItem(WorkflowFunction functionsItem) |
Workflow |
Workflow.constructor(WorkflowFunction constructor) |
void |
Workflow.setConstructor(WorkflowFunction constructor) |
| Modifier and Type | Method and Description |
|---|---|
Workflow |
Workflow.functions(List<WorkflowFunction> functions) |
void |
Workflow.setFunctions(List<WorkflowFunction> functions) |
Copyright © 2018. All rights reserved.