Klasse PageOfComments
java.lang.Object
io.github.primelib.jira4j.restv3.model.PageOfComments
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class PageOfComments
extends Object
PageOfComments
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
PageOfComments
(Consumer<PageOfComments> spec) Constructs a validated instance ofPageOfComments
.Constructs a validated instance ofPageOfComments
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
comments()
The list of comments.The list of comments.boolean
int
hashCode()
The maximum number of items that could be returned.maxResults
(Integer maxResults) The maximum number of items that could be returned.startAt()
The index of the first item returned.The index of the first item returned.toString()
total()
The number of items returned.The number of items returned.
-
Felddetails
-
comments
The list of comments. -
maxResults
The maximum number of items that could be returned. -
startAt
The index of the first item returned. -
total
The number of items returned.
-
-
Konstruktordetails
-
PageOfComments
Constructs a validated instance ofPageOfComments
.- Parameter:
spec
- the specification to process
-
PageOfComments
@Internal public PageOfComments(List<Comment> comments, Integer maxResults, Long startAt, Long total) Constructs a validated instance ofPageOfComments
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
PageOfComments(Consumer)
instead.- Parameter:
comments
- The list of comments.maxResults
- The maximum number of items that could be returned.startAt
- The index of the first item returned.total
- The number of items returned.
-
PageOfComments
protected PageOfComments()
-
-
Methodendetails
-
builder
-
comments
The list of comments. -
maxResults
The maximum number of items that could be returned. -
startAt
The index of the first item returned. -
total
The number of items returned. -
comments
The list of comments.- Gibt zurück:
this
.
-
maxResults
The maximum number of items that could be returned.- Gibt zurück:
this
.
-
startAt
The index of the first item returned.- Gibt zurück:
this
.
-
total
The number of items returned.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-