Class IssueUpdateDetailsTransition
java.lang.Object
io.github.primelib.jira4j.restv3.model.IssueUpdateDetailsTransition
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class IssueUpdateDetailsTransition
extends Object
IssueUpdateDetailsTransition
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected 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 -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedIssueUpdateDetailsTransition(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 ofIssueUpdateDetailsTransition.Constructs a validated instance ofIssueUpdateDetailsTransition. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()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()
-
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 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
-
-
Constructor Details
-
IssueUpdateDetailsTransition
Constructs a validated instance ofIssueUpdateDetailsTransition.- Parameters:
spec- the specification to process
-
IssueUpdateDetailsTransition
@Internal public IssueUpdateDetailsTransition(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 ofIssueUpdateDetailsTransition.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
IssueUpdateDetailsTransition(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 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- loopedname- The name of the issue transition.to- to
-
IssueUpdateDetailsTransition
protected IssueUpdateDetailsTransition()
-
-
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 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.- Returns:
this.
-
fields
Details of the fields associated with the issue transition screen. Use this information to populatefieldsandupdatein 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
-