Class PageBeanScreenScheme
java.lang.Object
io.github.primelib.jira4j.restv2.model.PageBeanScreenScheme
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class PageBeanScreenScheme
extends Object
PageBeanScreenScheme
-
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 URIIf there is another page of results, the URL of the next page.protected URIThe URL of the page.protected LongThe index of the first item returned.protected LongThe number of items returned.protected List<ScreenScheme>The list of items. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedPageBeanScreenScheme(Boolean isLast, Integer maxResults, URI nextPage, URI self, Long startAt, Long total, List<ScreenScheme> values) Constructs a validated instance ofPageBeanScreenScheme.Constructs a validated instance ofPageBeanScreenScheme. -
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()If there is another page of results, the URL of the next page.If there is another page of results, the URL of the next page.self()The URL of the page.The URL of the page.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.values()The list of items.values(List<ScreenScheme> 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
If there is another page of results, the URL of the next page. -
self
The URL of the page. -
startAt
The index of the first item returned. -
total
The number of items returned. -
values
The list of items.
-
-
Constructor Details
-
PageBeanScreenScheme
Constructs a validated instance ofPageBeanScreenScheme.- Parameters:
spec- the specification to process
-
PageBeanScreenScheme
@Internal public PageBeanScreenScheme(Boolean isLast, Integer maxResults, URI nextPage, URI self, Long startAt, Long total, List<ScreenScheme> values) Constructs a validated instance ofPageBeanScreenScheme.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
PageBeanScreenScheme(Consumer)instead.- Parameters:
isLast- Whether this is the last page.maxResults- The maximum number of items that could be returned.nextPage- If there is another page of results, the URL of the next page.self- The URL of the page.startAt- The index of the first item returned.total- The number of items returned.values- The list of items.
-
PageBeanScreenScheme
protected PageBeanScreenScheme()
-
-
Method Details
-
builder
-
isLast
Whether this is the last page. -
maxResults
The maximum number of items that could be returned. -
nextPage
If there is another page of results, the URL of the next page. -
self
The URL of the page. -
startAt
The index of the first item returned. -
total
The number of items returned. -
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
If there is another page of results, the URL of the next page.- Returns:
this.
-
self
The URL of the page.- Returns:
this.
-
startAt
The index of the first item returned.- Returns:
this.
-
total
The number of items returned.- Returns:
this.
-
values
The list of items.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-