Klasse IssueBeanChangelog
java.lang.Object
io.github.primelib.jira4j.restv3.model.IssueBeanChangelog
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class IssueBeanChangelog
extends Object
IssueBeanChangelog
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
Constructs a validated instance ofIssueBeanChangelog
.Constructs a validated instance ofIssueBeanChangelog
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
int
hashCode()
The list of changelogs.The list of changelogs.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.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
-
histories
The list of changelogs. -
maxResults
The maximum number of results that could be on the page. -
startAt
The index of the first item returned on the page. -
total
The number of results on the page.
-
-
Konstruktordetails
-
IssueBeanChangelog
Constructs a validated instance ofIssueBeanChangelog
.- Parameter:
spec
- the specification to process
-
IssueBeanChangelog
@Internal public IssueBeanChangelog(List<Changelog> histories, Integer maxResults, Integer startAt, Integer total) Constructs a validated instance ofIssueBeanChangelog
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
IssueBeanChangelog(Consumer)
instead.- Parameter:
histories
- The list of changelogs.maxResults
- The maximum number of results that could be on the page.startAt
- The index of the first item returned on the page.total
- The number of results on the page.
-
IssueBeanChangelog
protected IssueBeanChangelog()
-
-
Methodendetails
-
builder
-
histories
The list of changelogs. -
maxResults
The maximum number of results that could be on the page. -
startAt
The index of the first item returned on the page. -
total
The number of results on the page. -
histories
The list of changelogs.- Gibt zurück:
this
.
-
maxResults
The maximum number of results that could be on the page.- 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
-