Class IssueTransition
java.lang.Object
io.github.primelib.jira4j.restv3.model.IssueTransition
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class IssueTransition
extends Object
IssueTransition
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected 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
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
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
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
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()
-
Field Details
-
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
-
-
Constructor Details
-
IssueTransition
Constructs a validated instance ofIssueTransition
.- Parameters:
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.- Parameters:
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
- loopedname
- The name of the issue transition.to
- to
-
IssueTransition
protected IssueTransition()
-
-
Method Details
-
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.- Returns:
this
.
-
fields
Details of the fields associated with the issue transition screen. Use this information to populatefields
andupdate
in a transition request.- Returns:
this
.
-
hasScreen
Whether there is a screen associated with the issue transition.- Returns:
this
.
-
id
The ID of the issue transition. Required when specifying a transition to undertake.- Returns:
this
.
-
isAvailable
Whether the transition is available to be performed.- Returns:
this
.
-
isConditional
Whether the issue has to meet criteria before the issue transition is applied.- Returns:
this
.
-
isGlobal
Whether the issue transition is global, that is, the transition is applied to issues regardless of their status.- Returns:
this
.
-
isInitial
Whether this is the initial issue transition for the workflow.- Returns:
this
.
-
looped
- Returns:
this
.
-
name
The name of the issue transition.- Returns:
this
.
-
to
- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-