Klasse IssueTransition
java.lang.Object
io.github.primelib.jira4j.restv3.model.IssueTransition
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class IssueTransition
extends Object
IssueTransition
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected String
Expand options that include additional transition details in the response.protected Map<String,
FieldMetadata> Details of the fields associated with the issue transition screen.protected Boolean
Whether there is a screen associated with the issue transition.protected String
The ID of the issue transition.protected Boolean
Whether the transition is available to be performed.protected Boolean
Whether the issue has to meet criteria before the issue transition is applied.protected Boolean
Whether the issue transition is global, that is, the transition is applied to issues regardless of their status.protected Boolean
Whether this is the initial issue transition for the workflow.protected Boolean
protected String
The name of the issue transition.protected IssueTransitionTo
-
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
IssueTransition
(String expand, Map<String, FieldMetadata> fields, Boolean hasScreen, String id, Boolean isAvailable, Boolean isConditional, Boolean isGlobal, Boolean isInitial, Boolean looped, String name, IssueTransitionTo to) Constructs a validated instance ofIssueTransition
.Constructs a validated instance ofIssueTransition
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
expand()
Expand options that include additional transition details in the response.Expand options that include additional transition details in the response.fields()
Details of the fields associated with the issue transition screen.fields
(Map<String, FieldMetadata> fields) Details of the fields associated with the issue transition screen.int
hashCode()
Whether there is a screen associated with the issue transition.Whether there is a screen associated with the issue transition.id()
The ID of the issue transition.The ID of the issue transition.Whether the transition is available to be performed.isAvailable
(Boolean isAvailable) Whether the transition is available to be performed.Whether the issue has to meet criteria before the issue transition is applied.isConditional
(Boolean isConditional) Whether the issue has to meet criteria before the issue transition is applied.isGlobal()
Whether the issue transition is global, that is, the transition is applied to issues regardless of their status.Whether the issue transition is global, that is, the transition is applied to issues regardless of their status.Whether this is the initial issue transition for the workflow.Whether this is the initial issue transition for the workflow.looped()
name()
The name of the issue transition.The name of the issue transition.to()
to
(IssueTransitionTo to) toString()
-
Felddetails
-
expand
Expand options that include additional transition details in the response. -
fields
Details of the fields associated with the issue transition screen. Use this information to populatefields
andupdate
in a transition request. -
hasScreen
Whether there is a screen associated with the issue transition. -
id
The ID of the issue transition. Required when specifying a transition to undertake. -
isAvailable
Whether the transition is available to be performed. -
isConditional
Whether the issue has to meet criteria before the issue transition is applied. -
isGlobal
Whether the issue transition is global, that is, the transition is applied to issues regardless of their status. -
isInitial
Whether this is the initial issue transition for the workflow. -
looped
-
name
The name of the issue transition. -
to
-
-
Konstruktordetails
-
IssueTransition
Constructs a validated instance ofIssueTransition
.- Parameter:
spec
- the specification to process
-
IssueTransition
@Internal public IssueTransition(String expand, Map<String, FieldMetadata> fields, Boolean hasScreen, String id, Boolean isAvailable, Boolean isConditional, Boolean isGlobal, Boolean isInitial, Boolean looped, String name, IssueTransitionTo to) Constructs a validated instance ofIssueTransition
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
IssueTransition(Consumer)
instead.- Parameter:
expand
- Expand options that include additional transition details in the response.fields
- Details of the fields associated with the issue transition screen. Use this information to populatefields
andupdate
in a transition request.hasScreen
- Whether there is a screen associated with the issue transition.id
- The ID of the issue transition. Required when specifying a transition to undertake.isAvailable
- Whether the transition is available to be performed.isConditional
- Whether the issue has to meet criteria before the issue transition is applied.isGlobal
- Whether the issue transition is global, that is, the transition is applied to issues regardless of their status.isInitial
- Whether this is the initial issue transition for the workflow.looped
- var.namename
- The name of the issue transition.to
- var.name
-
IssueTransition
protected IssueTransition()
-
-
Methodendetails
-
builder
-
expand
Expand options that include additional transition details in the response. -
fields
Details of the fields associated with the issue transition screen. Use this information to populatefields
andupdate
in a transition request. -
hasScreen
Whether there is a screen associated with the issue transition. -
id
The ID of the issue transition. Required when specifying a transition to undertake. -
isAvailable
Whether the transition is available to be performed. -
isConditional
Whether the issue has to meet criteria before the issue transition is applied. -
isGlobal
Whether the issue transition is global, that is, the transition is applied to issues regardless of their status. -
isInitial
Whether this is the initial issue transition for the workflow. -
looped
-
name
The name of the issue transition. -
to
-
expand
Expand options that include additional transition details in the response.- Gibt zurück:
this
.
-
fields
Details of the fields associated with the issue transition screen. Use this information to populatefields
andupdate
in a transition request.- Gibt zurück:
this
.
-
hasScreen
Whether there is a screen associated with the issue transition.- Gibt zurück:
this
.
-
id
The ID of the issue transition. Required when specifying a transition to undertake.- Gibt zurück:
this
.
-
isAvailable
Whether the transition is available to be performed.- Gibt zurück:
this
.
-
isConditional
Whether the issue has to meet criteria before the issue transition is applied.- Gibt zurück:
this
.
-
isGlobal
Whether the issue transition is global, that is, the transition is applied to issues regardless of their status.- Gibt zurück:
this
.
-
isInitial
Whether this is the initial issue transition for the workflow.- Gibt zurück:
this
.
-
looped
- Gibt zurück:
this
.
-
name
The name of the issue transition.- Gibt zurück:
this
.
-
to
- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-