Klasse ChangelogHistoryMetadata.ChangelogHistoryMetadataBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.ChangelogHistoryMetadata.ChangelogHistoryMetadataBuilder
- Umschließende Klasse:
ChangelogHistoryMetadata
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungactivityDescription
(String activityDescription) The activity described in the history record.activityDescriptionKey
(String activityDescriptionKey) The key of the activity described in the history record.actor
(HistoryMetadataActor actor) build()
cause
(HistoryMetadataCause 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
(HistoryMetadataGenerator generator) toString()
The type of the history record.
-
Methodendetails
-
activityDescription
public ChangelogHistoryMetadata.ChangelogHistoryMetadataBuilder activityDescription(String activityDescription) The activity described in the history record.- Gibt zurück:
this
.
-
activityDescriptionKey
public ChangelogHistoryMetadata.ChangelogHistoryMetadataBuilder activityDescriptionKey(String activityDescriptionKey) The key of the activity described in the history record.- Gibt zurück:
this
.
-
actor
- Gibt zurück:
this
.
-
cause
- Gibt zurück:
this
.
-
description
The description of the history record.- Gibt zurück:
this
.
-
descriptionKey
public ChangelogHistoryMetadata.ChangelogHistoryMetadataBuilder descriptionKey(String descriptionKey) The description key of the history record.- Gibt zurück:
this
.
-
emailDescription
public ChangelogHistoryMetadata.ChangelogHistoryMetadataBuilder emailDescription(String emailDescription) The description of the email address associated the history record.- Gibt zurück:
this
.
-
emailDescriptionKey
public ChangelogHistoryMetadata.ChangelogHistoryMetadataBuilder emailDescriptionKey(String emailDescriptionKey) The description key of the email address associated the history record.- Gibt zurück:
this
.
-
extraData
public ChangelogHistoryMetadata.ChangelogHistoryMetadataBuilder extraData(Map<String, String> extraData) Additional arbitrary information about the history record.- Gibt zurück:
this
.
-
generator
public ChangelogHistoryMetadata.ChangelogHistoryMetadataBuilder generator(HistoryMetadataGenerator generator) - Gibt zurück:
this
.
-
type
The type of the history record.- Gibt zurück:
this
.
-
build
-
toString
-