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 StringExpand options that include additional transition details in the response.protected Map<String,FieldMetadata> Details of the fields associated with the issue transition screen.protected BooleanWhether there is a screen associated with the issue transition.protected StringThe ID of the issue transition.protected BooleanWhether the transition is available to be performed.protected BooleanWhether the issue has to meet criteria before the issue transition is applied.protected BooleanWhether the issue transition is global, that is, the transition is applied to issues regardless of their status.protected BooleanWhether this is the initial issue transition for the workflow.protected Booleanprotected StringThe name of the issue transition.protected IssueTransitionTo -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedIssueTransition(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 booleanbooleanexpand()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.inthashCode()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 populatefieldsandupdatein 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 populatefieldsandupdatein 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 populatefieldsandupdatein 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 populatefieldsandupdatein 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
-