Klasse Changelog
java.lang.Object
io.github.primelib.jira4j.restv2.model.Changelog
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class Changelog
extends Object
Changelog
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected ChangelogAuthor
protected OffsetDateTime
The date on which the change took place.protected ChangelogHistoryMetadata
protected String
The ID of the changelog.protected List<ChangeDetails>
The list of items changed. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
Changelog
(ChangelogAuthor author, OffsetDateTime created, ChangelogHistoryMetadata historyMetadata, String id, List<ChangeDetails> items) Constructs a validated instance ofChangelog
.Constructs a validated instance ofChangelog
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungauthor()
author
(ChangelogAuthor author) static Changelog.ChangelogBuilder
builder()
protected boolean
created()
The date on which the change took place.created
(OffsetDateTime created) The date on which the change took place.boolean
int
hashCode()
historyMetadata
(ChangelogHistoryMetadata historyMetadata) id()
The ID of the changelog.The ID of the changelog.items()
The list of items changed.items
(List<ChangeDetails> items) The list of items changed.toString()
-
Felddetails
-
author
-
created
The date on which the change took place. -
historyMetadata
-
id
The ID of the changelog. -
items
The list of items changed.
-
-
Konstruktordetails
-
Changelog
Constructs a validated instance ofChangelog
.- Parameter:
spec
- the specification to process
-
Changelog
@Internal public Changelog(ChangelogAuthor author, OffsetDateTime created, ChangelogHistoryMetadata historyMetadata, String id, List<ChangeDetails> items) Constructs a validated instance ofChangelog
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
Changelog(Consumer)
instead.- Parameter:
author
- var.namecreated
- The date on which the change took place.historyMetadata
- var.nameid
- The ID of the changelog.items
- The list of items changed.
-
Changelog
protected Changelog()
-
-
Methodendetails
-
builder
-
author
-
created
The date on which the change took place. -
historyMetadata
-
id
The ID of the changelog. -
items
The list of items changed. -
author
- Gibt zurück:
this
.
-
created
The date on which the change took place.- Gibt zurück:
this
.
-
historyMetadata
- Gibt zurück:
this
.
-
id
The ID of the changelog.- Gibt zurück:
this
.
-
items
The list of items changed.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-