Class HistoryMetadata.HistoryMetadataBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.HistoryMetadata.HistoryMetadataBuilder
- Enclosing class:
- HistoryMetadata
-
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
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
.
-
build
-
toString
-