Klasse PageBeanNotificationScheme
java.lang.Object
io.github.primelib.jira4j.restv2.model.PageBeanNotificationScheme
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class PageBeanNotificationScheme
extends Object
PageBeanNotificationScheme
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected 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<NotificationScheme>
The list of items. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
PageBeanNotificationScheme
(Boolean isLast, Integer maxResults, URI nextPage, URI self, Long startAt, Long total, List<NotificationScheme> values) Constructs a validated instance ofPageBeanNotificationScheme
.Constructs a validated instance ofPageBeanNotificationScheme
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
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<NotificationScheme> values) The list of items.
-
Felddetails
-
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.
-
-
Konstruktordetails
-
PageBeanNotificationScheme
Constructs a validated instance ofPageBeanNotificationScheme
.- Parameter:
spec
- the specification to process
-
PageBeanNotificationScheme
@Internal public PageBeanNotificationScheme(Boolean isLast, Integer maxResults, URI nextPage, URI self, Long startAt, Long total, List<NotificationScheme> values) Constructs a validated instance ofPageBeanNotificationScheme
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
PageBeanNotificationScheme(Consumer)
instead.- Parameter:
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.
-
PageBeanNotificationScheme
protected PageBeanNotificationScheme()
-
-
Methodendetails
-
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.- Gibt zurück:
this
.
-
maxResults
The maximum number of items that could be returned.- Gibt zurück:
this
.
-
nextPage
If there is another page of results, the URL of the next page.- Gibt zurück:
this
.
-
self
The URL of the page.- Gibt zurück:
this
.
-
startAt
The index of the first item returned.- Gibt zurück:
this
.
-
total
The number of items returned.- Gibt zurück:
this
.
-
values
The list of items.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-