Class PageBeanSecuritySchemeWithProjects
java.lang.Object
io.github.primelib.jira4j.restv2.model.PageBeanSecuritySchemeWithProjects
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class PageBeanSecuritySchemeWithProjects
extends Object
PageBeanSecuritySchemeWithProjects
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Boolean
Whether this is the last page.protected Integer
The maximum number of items that could be returned.protected URI
If there is another page of results, the URL of the next page.protected URI
The URL of the page.protected Long
The index of the first item returned.protected Long
The number of items returned.protected List<SecuritySchemeWithProjects>
The list of items. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
PageBeanSecuritySchemeWithProjects
(Boolean isLast, Integer maxResults, URI nextPage, URI self, Long startAt, Long total, List<SecuritySchemeWithProjects> values) Constructs a validated instance ofPageBeanSecuritySchemeWithProjects
.Constructs a validated instance ofPageBeanSecuritySchemeWithProjects
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
int
hashCode()
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<SecuritySchemeWithProjects> 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
-
PageBeanSecuritySchemeWithProjects
Constructs a validated instance ofPageBeanSecuritySchemeWithProjects
.- Parameters:
spec
- the specification to process
-
PageBeanSecuritySchemeWithProjects
@Internal public PageBeanSecuritySchemeWithProjects(Boolean isLast, Integer maxResults, URI nextPage, URI self, Long startAt, Long total, List<SecuritySchemeWithProjects> values) Constructs a validated instance ofPageBeanSecuritySchemeWithProjects
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
PageBeanSecuritySchemeWithProjects(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.
-
PageBeanSecuritySchemeWithProjects
protected PageBeanSecuritySchemeWithProjects()
-
-
Method Details
-
builder
public static PageBeanSecuritySchemeWithProjects.PageBeanSecuritySchemeWithProjectsBuilder 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
-