Klasse PaginatedResponseComment
java.lang.Object
io.github.primelib.jira4j.restv2.model.PaginatedResponseComment
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class PaginatedResponseComment
extends Object
PaginatedResponseComment
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
Constructs a validated instance ofPaginatedResponseComment
.Constructs a validated instance ofPaginatedResponseComment
. -
Methodenübersicht
-
Felddetails
-
maxResults
-
results
-
startAt
-
total
-
-
Konstruktordetails
-
PaginatedResponseComment
Constructs a validated instance ofPaginatedResponseComment
.- Parameter:
spec
- the specification to process
-
PaginatedResponseComment
@Internal public PaginatedResponseComment(Integer maxResults, List<Comment> results, Long startAt, Long total) Constructs a validated instance ofPaginatedResponseComment
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
PaginatedResponseComment(Consumer)
instead.- Parameter:
maxResults
- var.nameresults
- var.namestartAt
- var.nametotal
- var.name
-
PaginatedResponseComment
protected PaginatedResponseComment()
-
-
Methodendetails
-
builder
-
maxResults
-
results
-
startAt
-
total
-
maxResults
- Gibt zurück:
this
.
-
results
- Gibt zurück:
this
.
-
startAt
- Gibt zurück:
this
.
-
total
- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-