Klasse CreatedIssueWatchers
java.lang.Object
io.github.primelib.jira4j.restv3.model.CreatedIssueWatchers
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CreatedIssueWatchers
extends Object
CreatedIssueWatchers
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected ErrorCollection
protected Integer
protected WarningCollection
-
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
CreatedIssueWatchers
(ErrorCollection errorCollection, Integer status, WarningCollection warningCollection) Constructs a validated instance ofCreatedIssueWatchers
.Constructs a validated instance ofCreatedIssueWatchers
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
errorCollection
(ErrorCollection errorCollection) int
hashCode()
status()
toString()
warningCollection
(WarningCollection warningCollection)
-
Felddetails
-
errorCollection
-
status
-
warningCollection
-
-
Konstruktordetails
-
CreatedIssueWatchers
Constructs a validated instance ofCreatedIssueWatchers
.- Parameter:
spec
- the specification to process
-
CreatedIssueWatchers
@Internal public CreatedIssueWatchers(ErrorCollection errorCollection, Integer status, WarningCollection warningCollection) Constructs a validated instance ofCreatedIssueWatchers
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
CreatedIssueWatchers(Consumer)
instead.- Parameter:
errorCollection
- errorCollectionstatus
- statuswarningCollection
- warningCollection
-
CreatedIssueWatchers
protected CreatedIssueWatchers()
-
-
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
-