Class HistoryMetadata
java.lang.Object
io.github.primelib.jira4j.restv2.model.HistoryMetadata
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class HistoryMetadata
extends Object
HistoryMetadata
-
Nested Class Summary
Nested Classes -
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
HistoryMetadata
(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 ofHistoryMetadata
.Constructs a validated instance ofHistoryMetadata
. -
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
-
HistoryMetadata
Constructs a validated instance ofHistoryMetadata
.- Parameters:
spec
- the specification to process
-
HistoryMetadata
@Internal public HistoryMetadata(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 ofHistoryMetadata
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
HistoryMetadata(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.
-
HistoryMetadata
protected HistoryMetadata()
-
-
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
-