@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2021-09-03T13:48:17.349+02:00[Europe/Prague]") public class WorkflowCompoundCondition extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
WorkflowCompoundCondition.OperatorEnum
The compound condition operator.
|
| Constructor and Description |
|---|
WorkflowCompoundCondition() |
| Modifier and Type | Method and Description |
|---|---|
WorkflowCompoundCondition |
addConditionsItem(Object conditionsItem) |
WorkflowCompoundCondition |
conditions(List<Object> conditions) |
boolean |
equals(Object o) |
List<Object> |
getConditions()
The list of workflow conditions.
|
String |
getNodeType()
Get nodeType
|
WorkflowCompoundCondition.OperatorEnum |
getOperator()
The compound condition operator.
|
int |
hashCode() |
WorkflowCompoundCondition |
nodeType(String nodeType) |
WorkflowCompoundCondition |
operator(WorkflowCompoundCondition.OperatorEnum operator) |
void |
setConditions(List<Object> conditions) |
void |
setNodeType(String nodeType) |
void |
setOperator(WorkflowCompoundCondition.OperatorEnum operator) |
String |
toString() |
public WorkflowCompoundCondition operator(WorkflowCompoundCondition.OperatorEnum operator)
public WorkflowCompoundCondition.OperatorEnum getOperator()
public void setOperator(WorkflowCompoundCondition.OperatorEnum operator)
public WorkflowCompoundCondition conditions(List<Object> conditions)
public WorkflowCompoundCondition addConditionsItem(Object conditionsItem)
public List<Object> getConditions()
public WorkflowCompoundCondition nodeType(String nodeType)
public String getNodeType()
public void setNodeType(String nodeType)
Copyright © 2011–2021 Everit Kft.. All rights reserved.