Klasse PageOfDashboards
java.lang.Object
io.github.primelib.jira4j.restv3.model.PageOfDashboards
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class PageOfDashboards
extends Object
PageOfDashboards
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungList of dashboards.protected Integer
The maximum number of results that could be on the page.protected String
The URL of the next page of results, if any.protected String
The URL of the previous page of results, if any.protected Integer
The index of the first item returned on the page.protected Integer
The number of results on the page. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
Constructs a validated instance ofPageOfDashboards
.PageOfDashboards
(List<Dashboard> dashboards, Integer maxResults, String next, String prev, Integer startAt, Integer total) Constructs a validated instance ofPageOfDashboards
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
List of dashboards.dashboards
(List<Dashboard> dashboards) List of dashboards.boolean
int
hashCode()
The maximum number of results that could be on the page.maxResults
(Integer maxResults) The maximum number of results that could be on the page.next()
The URL of the next page of results, if any.The URL of the next page of results, if any.prev()
The URL of the previous page of results, if any.The URL of the previous page of results, if any.startAt()
The index of the first item returned on the page.The index of the first item returned on the page.toString()
total()
The number of results on the page.The number of results on the page.
-
Felddetails
-
dashboards
List of dashboards. -
maxResults
The maximum number of results that could be on the page. -
next
The URL of the next page of results, if any. -
prev
The URL of the previous page of results, if any. -
startAt
The index of the first item returned on the page. -
total
The number of results on the page.
-
-
Konstruktordetails
-
PageOfDashboards
Constructs a validated instance ofPageOfDashboards
.- Parameter:
spec
- the specification to process
-
PageOfDashboards
@Internal public PageOfDashboards(List<Dashboard> dashboards, Integer maxResults, String next, String prev, Integer startAt, Integer total) Constructs a validated instance ofPageOfDashboards
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
PageOfDashboards(Consumer)
instead.- Parameter:
dashboards
- List of dashboards.maxResults
- The maximum number of results that could be on the page.next
- The URL of the next page of results, if any.prev
- The URL of the previous page of results, if any.startAt
- The index of the first item returned on the page.total
- The number of results on the page.
-
PageOfDashboards
protected PageOfDashboards()
-
-
Methodendetails
-
builder
-
dashboards
List of dashboards. -
maxResults
The maximum number of results that could be on the page. -
next
The URL of the next page of results, if any. -
prev
The URL of the previous page of results, if any. -
startAt
The index of the first item returned on the page. -
total
The number of results on the page. -
dashboards
List of dashboards.- Gibt zurück:
this
.
-
maxResults
The maximum number of results that could be on the page.- Gibt zurück:
this
.
-
next
The URL of the next page of results, if any.- Gibt zurück:
this
.
-
prev
The URL of the previous page of results, if any.- Gibt zurück:
this
.
-
startAt
The index of the first item returned on the page.- Gibt zurück:
this
.
-
total
The number of results on the page.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-