Class IssueBeanChangelog
java.lang.Object
io.github.primelib.jira4j.restv3.model.IssueBeanChangelog
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class IssueBeanChangelog
extends Object
IssueBeanChangelog
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructs a validated instance ofIssueBeanChangelog
.Constructs a validated instance ofIssueBeanChangelog
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
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.
-
Field Details
-
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.
-
-
Constructor Details
-
IssueBeanChangelog
Constructs a validated instance ofIssueBeanChangelog
.- Parameters:
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.- Parameters:
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()
-
-
Method Details
-
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.- Returns:
this
.
-
maxResults
The maximum number of results that could be on the page.- Returns:
this
.
-
startAt
The index of the first item returned on the page.- Returns:
this
.
-
total
The number of results on the page.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-