Klasse CreatedIssueTransition
java.lang.Object
io.github.primelib.jira4j.restv2.model.CreatedIssueTransition
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CreatedIssueTransition
extends Object
CreatedIssueTransition
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected ErrorCollection
protected Integer
protected WarningCollection
-
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
CreatedIssueTransition
(ErrorCollection errorCollection, Integer status, WarningCollection warningCollection) Constructs a validated instance ofCreatedIssueTransition
.Constructs a validated instance ofCreatedIssueTransition
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
errorCollection
(ErrorCollection errorCollection) int
hashCode()
status()
toString()
warningCollection
(WarningCollection warningCollection)
-
Felddetails
-
errorCollection
-
status
-
warningCollection
-
-
Konstruktordetails
-
CreatedIssueTransition
Constructs a validated instance ofCreatedIssueTransition
.- Parameter:
spec
- the specification to process
-
CreatedIssueTransition
@Internal public CreatedIssueTransition(ErrorCollection errorCollection, Integer status, WarningCollection warningCollection) Constructs a validated instance ofCreatedIssueTransition
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
CreatedIssueTransition(Consumer)
instead.- Parameter:
errorCollection
- var.namestatus
- var.namewarningCollection
- var.name
-
CreatedIssueTransition
protected CreatedIssueTransition()
-
-
Methodendetails
-
builder
-
errorCollection
-
status
-
warningCollection
-
errorCollection
- Gibt zurück:
this
.
-
status
- Gibt zurück:
this
.
-
warningCollection
- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-