Klasse TransitionUpdateDTO
java.lang.Object
io.github.primelib.jira4j.restv2.model.TransitionUpdateDTO
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class TransitionUpdateDTO
extends Object
TransitionUpdateDTO
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
static enum
The transition type. -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected List<WorkflowRuleConfiguration>
The post-functions of the transition.protected ConditionGroupUpdate
protected String
The custom event ID of the transition.protected String
The description of the transition.protected List<StatusReferenceAndPort>
The statuses the transition can start from.protected String
The ID of the transition.protected String
The name of the transition.The properties of the transition.protected StatusReferenceAndPort
protected WorkflowRuleConfiguration
protected List<WorkflowTrigger>
The triggers of the transition.protected TransitionUpdateDTO.TypeEnum
The transition type.protected List<WorkflowRuleConfiguration>
The validators of the transition. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
Constructs a validated instance ofTransitionUpdateDTO
.TransitionUpdateDTO
(List<WorkflowRuleConfiguration> actions, ConditionGroupUpdate conditions, String customIssueEventId, String description, List<StatusReferenceAndPort> from, String id, String name, Map<String, String> properties, StatusReferenceAndPort to, WorkflowRuleConfiguration transitionScreen, List<WorkflowTrigger> triggers, TransitionUpdateDTO.TypeEnum type, List<WorkflowRuleConfiguration> validators) Constructs a validated instance ofTransitionUpdateDTO
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungactions()
The post-functions of the transition.actions
(List<WorkflowRuleConfiguration> actions) The post-functions of the transition.builder()
protected boolean
conditions
(ConditionGroupUpdate conditions) The custom event ID of the transition.customIssueEventId
(String customIssueEventId) The custom event ID of the transition.The description of the transition.description
(String description) The description of the transition.boolean
from()
The statuses the transition can start from.from
(List<StatusReferenceAndPort> from) The statuses the transition can start from.int
hashCode()
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, String> properties) The properties of the transition.to()
toString()
transitionScreen
(WorkflowRuleConfiguration transitionScreen) triggers()
The triggers of the transition.triggers
(List<WorkflowTrigger> triggers) The triggers of the transition.type()
The transition type.The transition type.The validators of the transition.validators
(List<WorkflowRuleConfiguration> validators) The validators of the transition.
-
Felddetails
-
actions
The post-functions of the transition. -
conditions
-
customIssueEventId
The custom event ID of the transition. -
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. -
to
-
transitionScreen
-
triggers
The triggers of the transition. -
type
The transition type. -
validators
The validators of the transition.
-
-
Konstruktordetails
-
TransitionUpdateDTO
Constructs a validated instance ofTransitionUpdateDTO
.- Parameter:
spec
- the specification to process
-
TransitionUpdateDTO
@Internal public TransitionUpdateDTO(List<WorkflowRuleConfiguration> actions, ConditionGroupUpdate conditions, String customIssueEventId, String description, List<StatusReferenceAndPort> from, String id, String name, Map<String, String> properties, StatusReferenceAndPort to, WorkflowRuleConfiguration transitionScreen, List<WorkflowTrigger> triggers, TransitionUpdateDTO.TypeEnum type, List<WorkflowRuleConfiguration> validators) Constructs a validated instance ofTransitionUpdateDTO
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
TransitionUpdateDTO(Consumer)
instead.- Parameter:
actions
- The post-functions of the transition.conditions
- var.namecustomIssueEventId
- The custom event ID of the transition.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.to
- var.nametransitionScreen
- var.nametriggers
- The triggers of the transition.type
- The transition type.validators
- The validators of the transition.
-
TransitionUpdateDTO
protected TransitionUpdateDTO()
-
-
Methodendetails
-
builder
-
actions
The post-functions of the transition. -
conditions
-
customIssueEventId
The custom event ID of the transition. -
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. -
to
-
transitionScreen
-
triggers
The triggers of the transition. -
type
The transition type. -
validators
The validators of the transition. -
actions
The post-functions of the transition.- Gibt zurück:
this
.
-
conditions
- Gibt zurück:
this
.
-
customIssueEventId
The custom event ID of the transition.- Gibt zurück:
this
.
-
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
.
-
to
- Gibt zurück:
this
.
-
transitionScreen
- Gibt zurück:
this
.
-
triggers
The triggers of the transition.- Gibt zurück:
this
.
-
type
The transition type.- Gibt zurück:
this
.
-
validators
The validators of the transition.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-