Class ChangelogHistoryMetadata
java.lang.Object
io.github.primelib.jira4j.restv2.model.ChangelogHistoryMetadata
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ChangelogHistoryMetadata
extends Object
ChangelogHistoryMetadata
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
The activity described in the history record.protected String
The key of the activity described in the history record.protected HistoryMetadataParticipant
protected HistoryMetadataParticipant
protected String
The description of the history record.protected String
The description key of the history record.protected String
The description of the email address associated the history record.protected String
The description key of the email address associated the history record.Additional arbitrary information about the history record.protected HistoryMetadataParticipant
protected String
The type of the history record. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ChangelogHistoryMetadata
(String activityDescription, String activityDescriptionKey, HistoryMetadataParticipant actor, HistoryMetadataParticipant cause, String description, String descriptionKey, String emailDescription, String emailDescriptionKey, Map<String, String> extraData, HistoryMetadataParticipant generator, String type) Constructs a validated instance ofChangelogHistoryMetadata
.Constructs a validated instance ofChangelogHistoryMetadata
. -
Method Summary
Modifier and TypeMethodDescriptionThe activity described in the history record.activityDescription
(String activityDescription) The activity described in the history record.The key of the activity described in the history record.activityDescriptionKey
(String activityDescriptionKey) The key of the activity described in the history record.actor()
actor
(HistoryMetadataParticipant actor) builder()
protected boolean
cause()
cause
(HistoryMetadataParticipant cause) The description of the history record.description
(String description) The description of the history record.The description key of the history record.descriptionKey
(String descriptionKey) The description key of the history record.The description of the email address associated the history record.emailDescription
(String emailDescription) The description of the email address associated the history record.The description key of the email address associated the history record.emailDescriptionKey
(String emailDescriptionKey) The description key of the email address associated the history record.boolean
Additional arbitrary information about the history record.Additional arbitrary information about the history record.generator
(HistoryMetadataParticipant generator) int
hashCode()
toString()
type()
The type of the history record.The type of the history record.
-
Field Details
-
activityDescription
The activity described in the history record. -
activityDescriptionKey
The key of the activity described in the history record. -
actor
-
cause
-
description
The description of the history record. -
descriptionKey
The description key of the history record. -
emailDescription
The description of the email address associated the history record. -
emailDescriptionKey
The description key of the email address associated the history record. -
extraData
Additional arbitrary information about the history record. -
generator
-
type
The type of the history record.
-
-
Constructor Details
-
ChangelogHistoryMetadata
Constructs a validated instance ofChangelogHistoryMetadata
.- Parameters:
spec
- the specification to process
-
ChangelogHistoryMetadata
@Internal public ChangelogHistoryMetadata(String activityDescription, String activityDescriptionKey, HistoryMetadataParticipant actor, HistoryMetadataParticipant cause, String description, String descriptionKey, String emailDescription, String emailDescriptionKey, Map<String, String> extraData, HistoryMetadataParticipant generator, String type) Constructs a validated instance ofChangelogHistoryMetadata
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ChangelogHistoryMetadata(Consumer)
instead.- Parameters:
activityDescription
- The activity described in the history record.activityDescriptionKey
- The key of the activity described in the history record.actor
- actorcause
- causedescription
- The description of the history record.descriptionKey
- The description key of the history record.emailDescription
- The description of the email address associated the history record.emailDescriptionKey
- The description key of the email address associated the history record.extraData
- Additional arbitrary information about the history record.generator
- generatortype
- The type of the history record.
-
ChangelogHistoryMetadata
protected ChangelogHistoryMetadata()
-
-
Method Details
-
builder
-
activityDescription
The activity described in the history record. -
activityDescriptionKey
The key of the activity described in the history record. -
actor
-
cause
-
description
The description of the history record. -
descriptionKey
The description key of the history record. -
emailDescription
The description of the email address associated the history record. -
emailDescriptionKey
The description key of the email address associated the history record. -
extraData
Additional arbitrary information about the history record. -
generator
-
type
The type of the history record. -
activityDescription
The activity described in the history record.- Returns:
this
.
-
activityDescriptionKey
The key of the activity described in the history record.- Returns:
this
.
-
actor
- Returns:
this
.
-
cause
- Returns:
this
.
-
description
The description of the history record.- Returns:
this
.
-
descriptionKey
The description key of the history record.- Returns:
this
.
-
emailDescription
The description of the email address associated the history record.- Returns:
this
.
-
emailDescriptionKey
The description key of the email address associated the history record.- Returns:
this
.
-
extraData
Additional arbitrary information about the history record.- Returns:
this
.
-
generator
- Returns:
this
.
-
type
The type of the history record.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-