Class PaginatedResponseComment
java.lang.Object
io.github.primelib.jira4j.restv2.model.PaginatedResponseComment
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class PaginatedResponseComment
extends Object
PaginatedResponseComment
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructs a validated instance ofPaginatedResponseComment.Constructs a validated instance ofPaginatedResponseComment. -
Method Summary
-
Field Details
-
maxResults
-
results
-
startAt
-
total
-
-
Constructor Details
-
PaginatedResponseComment
Constructs a validated instance ofPaginatedResponseComment.- Parameters:
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.- Parameters:
maxResults- maxResultsresults- resultsstartAt- startAttotal- total
-
PaginatedResponseComment
protected PaginatedResponseComment()
-
-
Method Details