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