Class PageOfComments
java.lang.Object
io.github.primelib.jira4j.restv2.model.PageOfComments
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class PageOfComments
extends Object
PageOfComments
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedPageOfComments(Consumer<PageOfComments> spec) Constructs a validated instance ofPageOfComments.Constructs a validated instance ofPageOfComments. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleancomments()The list of comments.The list of comments.booleaninthashCode()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.
-
Field Details
-
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.
-
-
Constructor Details
-
PageOfComments
Constructs a validated instance ofPageOfComments.- Parameters:
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.- Parameters:
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()
-
-
Method Details
-
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.- Returns:
this.
-
maxResults
The maximum number of items that could be returned.- Returns:
this.
-
startAt
The index of the first item returned.- Returns:
this.
-
total
The number of items returned.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-