@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2019-09-05T12:17:30.184+02:00[Europe/Prague]") public class Transition extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Transition.TypeEnum
The type of the transition.
|
| Constructor and Description |
|---|
Transition() |
| Modifier and Type | Method and Description |
|---|---|
Transition |
addFromItem(String fromItem) |
Transition |
description(String description) |
boolean |
equals(Object o) |
Transition |
from(List<String> from) |
String |
getDescription()
The description of the transition.
|
List<String> |
getFrom()
The list of statuses from which the transition can be taken.
|
String |
getId()
The ID of the transition.
|
String |
getName()
The name of the transition.
|
WorkflowRules |
getRules()
Get rules
|
ScreenID |
getScreen()
Get screen
|
String |
getTo()
The status to which the transition leads.
|
Transition.TypeEnum |
getType()
The type of the transition.
|
int |
hashCode() |
Transition |
id(String id) |
Transition |
name(String name) |
Transition |
rules(WorkflowRules rules) |
Transition |
screen(ScreenID screen) |
void |
setDescription(String description) |
void |
setFrom(List<String> from) |
void |
setId(String id) |
void |
setName(String name) |
void |
setRules(WorkflowRules rules) |
void |
setScreen(ScreenID screen) |
void |
setTo(String to) |
void |
setType(Transition.TypeEnum type) |
Transition |
to(String to) |
String |
toString() |
Transition |
type(Transition.TypeEnum type) |
public Transition id(String id)
public String getId()
public void setId(String id)
public Transition name(String name)
public String getName()
public void setName(String name)
public Transition description(String description)
public String getDescription()
public void setDescription(String description)
public Transition from(List<String> from)
public Transition addFromItem(String fromItem)
public List<String> getFrom()
public Transition to(String to)
public String getTo()
public void setTo(String to)
public Transition type(Transition.TypeEnum type)
public Transition.TypeEnum getType()
public void setType(Transition.TypeEnum type)
public Transition screen(ScreenID screen)
public ScreenID getScreen()
public void setScreen(ScreenID screen)
public Transition rules(WorkflowRules rules)
public WorkflowRules getRules()
public void setRules(WorkflowRules rules)
Copyright © 2011–2020 Everit Kft.. All rights reserved.