Class Changelog
java.lang.Object
io.github.primelib.jira4j.restv2.model.Changelog
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class Changelog
extends Object
Changelog
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ChangelogAuthorprotected OffsetDateTimeThe date on which the change took place.protected ChangelogHistoryMetadataprotected StringThe ID of the changelog.protected List<ChangeDetails>The list of items changed. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedChangelog(ChangelogAuthor author, OffsetDateTime created, ChangelogHistoryMetadata historyMetadata, String id, List<ChangeDetails> items) Constructs a validated instance ofChangelog.Constructs a validated instance ofChangelog. -
Method Summary
Modifier and TypeMethodDescriptionauthor()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()
-
Field Details
-
author
-
created
The date on which the change took place. -
historyMetadata
-
id
The ID of the changelog. -
items
The list of items changed.
-
-
Constructor Details
-
Changelog
Constructs a validated instance ofChangelog.- Parameters:
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.- Parameters:
author- authorcreated- The date on which the change took place.historyMetadata- historyMetadataid- The ID of the changelog.items- The list of items changed.
-
Changelog
protected Changelog()
-
-
Method Details
-
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
- Returns:
this.
-
created
The date on which the change took place.- Returns:
this.
-
historyMetadata
- Returns:
this.
-
id
The ID of the changelog.- Returns:
this.
-
items
The list of items changed.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-