Klasse Changelog
java.lang.Object
io.github.primelib.jira4j.restv3.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 ChangelogAuthorprotected OffsetDateTimeThe date on which the change took place.protected ChangelogHistoryMetadataprotected StringThe ID of the changelog.protected List<ChangeDetails>The list of items changed. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedChangelog(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.ChangelogBuilderbuilder()protected booleancreated()The date on which the change took place.created(OffsetDateTime created) The date on which the change took place.booleaninthashCode()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
-