Klasse Transition
java.lang.Object
io.github.primelib.jira4j.restv3.model.Transition
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class Transition
extends Object
Transition
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic classstatic enumThe type of the transition. -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected StringThe description of the transition.The statuses the transition can start from.protected StringThe ID of the transition.protected StringThe name of the transition.The properties of the transition.protected WorkflowRulesprotected TransitionScreenDetailsprotected StringThe status the transition goes to.protected Transition.TypeEnumThe type of the transition. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedTransition(String description, List<String> from, String id, String name, Map<String, Object> properties, WorkflowRules rules, TransitionScreenDetails screen, String to, Transition.TypeEnum type) Constructs a validated instance ofTransition.Transition(Consumer<Transition> spec) Constructs a validated instance ofTransition. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic Transition.TransitionBuilderbuilder()protected booleanThe description of the transition.description(String description) The description of the transition.booleanfrom()The statuses the transition can start from.The statuses the transition can start from.inthashCode()id()The ID of the transition.The ID of the transition.name()The name of the transition.The name of the transition.The properties of the transition.properties(Map<String, Object> properties) The properties of the transition.rules()rules(WorkflowRules rules) screen()screen(TransitionScreenDetails screen) to()The status the transition goes to.The status the transition goes to.toString()type()The type of the transition.type(Transition.TypeEnum type) The type of the transition.
-
Felddetails
-
description
The description of the transition. -
from
The statuses the transition can start from. -
id
The ID of the transition. -
name
The name of the transition. -
properties
The properties of the transition. -
rules
-
screen
-
to
The status the transition goes to. -
type
The type of the transition.
-
-
Konstruktordetails
-
Transition
Constructs a validated instance ofTransition.- Parameter:
spec- the specification to process
-
Transition
@Internal public Transition(String description, List<String> from, String id, String name, Map<String, Object> properties, WorkflowRules rules, TransitionScreenDetails screen, String to, Transition.TypeEnum type) Constructs a validated instance ofTransition.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
Transition(Consumer)instead.- Parameter:
description- The description of the transition.from- The statuses the transition can start from.id- The ID of the transition.name- The name of the transition.properties- The properties of the transition.rules- var.namescreen- var.nameto- The status the transition goes to.type- The type of the transition.
-
Transition
protected Transition()
-
-
Methodendetails
-
builder
-
description
The description of the transition. -
from
The statuses the transition can start from. -
id
The ID of the transition. -
name
The name of the transition. -
properties
The properties of the transition. -
rules
-
screen
-
to
The status the transition goes to. -
type
The type of the transition. -
description
The description of the transition.- Gibt zurück:
this.
-
from
The statuses the transition can start from.- Gibt zurück:
this.
-
id
The ID of the transition.- Gibt zurück:
this.
-
name
The name of the transition.- Gibt zurück:
this.
-
properties
The properties of the transition.- Gibt zurück:
this.
-
rules
- Gibt zurück:
this.
-
screen
- Gibt zurück:
this.
-
to
The status the transition goes to.- Gibt zurück:
this.
-
type
The type of the transition.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-