Class ChangelogHistoryMetadata.ChangelogHistoryMetadataBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.ChangelogHistoryMetadata.ChangelogHistoryMetadataBuilder
- Enclosing class:
- ChangelogHistoryMetadata
-
Method Summary
Modifier and TypeMethodDescriptionactivityDescription(String activityDescription) The activity described in the history record.activityDescriptionKey(String activityDescriptionKey) The key of the activity described in the history record.actor(HistoryMetadataParticipant actor) build()cause(HistoryMetadataParticipant cause) description(String description) The description of the history record.descriptionKey(String descriptionKey) The description key of the history record.emailDescription(String emailDescription) The description of the email address associated the history record.emailDescriptionKey(String emailDescriptionKey) The description key of the email address associated the history record.Additional arbitrary information about the history record.generator(HistoryMetadataParticipant generator) toString()The type of the history record.
-
Method Details
-
activityDescription
public ChangelogHistoryMetadata.ChangelogHistoryMetadataBuilder activityDescription(String activityDescription) The activity described in the history record.- Returns:
this.
-
activityDescriptionKey
public ChangelogHistoryMetadata.ChangelogHistoryMetadataBuilder activityDescriptionKey(String activityDescriptionKey) The key of the activity described in the history record.- Returns:
this.
-
actor
public ChangelogHistoryMetadata.ChangelogHistoryMetadataBuilder actor(HistoryMetadataParticipant actor) - Returns:
this.
-
cause
public ChangelogHistoryMetadata.ChangelogHistoryMetadataBuilder cause(HistoryMetadataParticipant cause) - Returns:
this.
-
description
The description of the history record.- Returns:
this.
-
descriptionKey
public ChangelogHistoryMetadata.ChangelogHistoryMetadataBuilder descriptionKey(String descriptionKey) The description key of the history record.- Returns:
this.
-
emailDescription
public ChangelogHistoryMetadata.ChangelogHistoryMetadataBuilder emailDescription(String emailDescription) The description of the email address associated the history record.- Returns:
this.
-
emailDescriptionKey
public ChangelogHistoryMetadata.ChangelogHistoryMetadataBuilder emailDescriptionKey(String emailDescriptionKey) The description key of the email address associated the history record.- Returns:
this.
-
extraData
public ChangelogHistoryMetadata.ChangelogHistoryMetadataBuilder extraData(Map<String, String> extraData) Additional arbitrary information about the history record.- Returns:
this.
-
generator
public ChangelogHistoryMetadata.ChangelogHistoryMetadataBuilder generator(HistoryMetadataParticipant generator) - Returns:
this.
-
type
The type of the history record.- Returns:
this.
-
build
-
toString
-