Class PageOfStatuses
java.lang.Object
io.github.primelib.jira4j.restv3.model.PageOfStatuses
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class PageOfStatuses
extends Object
PageOfStatuses
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BooleanWhether this is the last page.protected IntegerThe maximum number of items that could be returned.protected StringThe URL of the next page of results, if any.protected StringThe URL of this page.protected LongThe index of the first item returned on the page.protected LongNumber of items that satisfy the search.protected List<JiraStatus>The list of items. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedPageOfStatuses(Boolean isLast, Integer maxResults, String nextPage, String self, Long startAt, Long total, List<JiraStatus> values) Constructs a validated instance ofPageOfStatuses.PageOfStatuses(Consumer<PageOfStatuses> spec) Constructs a validated instance ofPageOfStatuses. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleaninthashCode()isLast()Whether this is the last page.Whether this is the last page.The maximum number of items that could be returned.maxResults(Integer maxResults) The maximum number of items that could be returned.nextPage()The URL of the next page of results, if any.The URL of the next page of results, if any.self()The URL of this page.The URL of this page.startAt()The index of the first item returned on the page.The index of the first item returned on the page.toString()total()Number of items that satisfy the search.Number of items that satisfy the search.values()The list of items.values(List<JiraStatus> values) The list of items.
-
Field Details
-
isLast
Whether this is the last page. -
maxResults
The maximum number of items that could be returned. -
nextPage
The URL of the next page of results, if any. -
self
The URL of this page. -
startAt
The index of the first item returned on the page. -
total
Number of items that satisfy the search. -
values
The list of items.
-
-
Constructor Details
-
PageOfStatuses
Constructs a validated instance ofPageOfStatuses.- Parameters:
spec- the specification to process
-
PageOfStatuses
@Internal public PageOfStatuses(Boolean isLast, Integer maxResults, String nextPage, String self, Long startAt, Long total, List<JiraStatus> values) Constructs a validated instance ofPageOfStatuses.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
PageOfStatuses(Consumer)instead.- Parameters:
isLast- Whether this is the last page.maxResults- The maximum number of items that could be returned.nextPage- The URL of the next page of results, if any.self- The URL of this page.startAt- The index of the first item returned on the page.total- Number of items that satisfy the search.values- The list of items.
-
PageOfStatuses
protected PageOfStatuses()
-
-
Method Details
-
builder
-
isLast
Whether this is the last page. -
maxResults
The maximum number of items that could be returned. -
nextPage
The URL of the next page of results, if any. -
self
The URL of this page. -
startAt
The index of the first item returned on the page. -
total
Number of items that satisfy the search. -
values
The list of items. -
isLast
Whether this is the last page.- Returns:
this.
-
maxResults
The maximum number of items that could be returned.- Returns:
this.
-
nextPage
The URL of the next page of results, if any.- Returns:
this.
-
self
The URL of this page.- Returns:
this.
-
startAt
The index of the first item returned on the page.- Returns:
this.
-
total
Number of items that satisfy the search.- Returns:
this.
-
values
The list of items.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-