@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-11-13T15:26:43.813+01:00[Europe/Prague]") public class WorkflowRules extends Object
| Constructor and Description |
|---|
WorkflowRules() |
| Modifier and Type | Method and Description |
|---|---|
WorkflowRules |
addPostFunctionsItem(WorkflowTransitionRule postFunctionsItem) |
WorkflowRules |
addValidatorsItem(WorkflowTransitionRule validatorsItem) |
WorkflowRules |
conditionsTree(Object conditionsTree) |
boolean |
equals(Object o) |
Object |
getConditionsTree()
The workflow transition rule conditions tree.
|
List<WorkflowTransitionRule> |
getPostFunctions()
The workflow post functions.
|
List<WorkflowTransitionRule> |
getValidators()
The workflow validators.
|
int |
hashCode() |
WorkflowRules |
postFunctions(List<WorkflowTransitionRule> postFunctions) |
void |
setConditionsTree(Object conditionsTree) |
void |
setPostFunctions(List<WorkflowTransitionRule> postFunctions) |
void |
setValidators(List<WorkflowTransitionRule> validators) |
String |
toString() |
WorkflowRules |
validators(List<WorkflowTransitionRule> validators) |
public WorkflowRules conditionsTree(Object conditionsTree)
public Object getConditionsTree()
public void setConditionsTree(Object conditionsTree)
public WorkflowRules postFunctions(List<WorkflowTransitionRule> postFunctions)
public WorkflowRules addPostFunctionsItem(WorkflowTransitionRule postFunctionsItem)
public List<WorkflowTransitionRule> getPostFunctions()
public void setPostFunctions(List<WorkflowTransitionRule> postFunctions)
public WorkflowRules validators(List<WorkflowTransitionRule> validators)
public WorkflowRules addValidatorsItem(WorkflowTransitionRule validatorsItem)
public List<WorkflowTransitionRule> getValidators()
public void setValidators(List<WorkflowTransitionRule> validators)
Copyright © 2011–2023 Everit Kft.. All rights reserved.