Klasse Transitions
java.lang.Object
io.github.primelib.jira4j.restv3.model.Transitions
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class Transitions
extends Object
Transitions
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected StringExpand options that include additional transitions details in the response.protected List<IssueTransition>List of issue transitions. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedTransitions(String expand, List<IssueTransition> transitions) Constructs a validated instance ofTransitions.Transitions(Consumer<Transitions> spec) Constructs a validated instance ofTransitions. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleanexpand()Expand options that include additional transitions details in the response.Expand options that include additional transitions details in the response.inthashCode()toString()List of issue transitions.transitions(List<IssueTransition> transitions) List of issue transitions.
-
Felddetails
-
expand
Expand options that include additional transitions details in the response. -
transitions
List of issue transitions.
-
-
Konstruktordetails
-
Transitions
Constructs a validated instance ofTransitions.- Parameter:
spec- the specification to process
-
Transitions
Constructs a validated instance ofTransitions.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
Transitions(Consumer)instead.- Parameter:
expand- Expand options that include additional transitions details in the response.transitions- List of issue transitions.
-
Transitions
protected Transitions()
-
-
Methodendetails
-
builder
-
expand
Expand options that include additional transitions details in the response. -
transitions
List of issue transitions. -
expand
Expand options that include additional transitions details in the response.- Gibt zurück:
this.
-
transitions
List of issue transitions.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-