Klasse IssueUpdateDetailsHistoryMetadata
java.lang.Object
io.github.primelib.jira4j.restv2.model.IssueUpdateDetailsHistoryMetadata
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class IssueUpdateDetailsHistoryMetadata
extends Object
IssueUpdateDetailsHistoryMetadata
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected String
The activity described in the history record.protected String
The key of the activity described in the history record.protected HistoryMetadataActor
protected HistoryMetadataCause
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 HistoryMetadataGenerator
protected String
The type of the history record. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
IssueUpdateDetailsHistoryMetadata
(String activityDescription, String activityDescriptionKey, HistoryMetadataActor actor, HistoryMetadataCause cause, String description, String descriptionKey, String emailDescription, String emailDescriptionKey, Map<String, String> extraData, HistoryMetadataGenerator generator, String type) Constructs a validated instance ofIssueUpdateDetailsHistoryMetadata
.Constructs a validated instance ofIssueUpdateDetailsHistoryMetadata
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungThe 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
(HistoryMetadataActor actor) builder()
protected boolean
cause()
cause
(HistoryMetadataCause 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
(HistoryMetadataGenerator generator) int
hashCode()
toString()
type()
The type of the history record.The type of the history record.
-
Felddetails
-
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.
-
-
Konstruktordetails
-
IssueUpdateDetailsHistoryMetadata
Constructs a validated instance ofIssueUpdateDetailsHistoryMetadata
.- Parameter:
spec
- the specification to process
-
IssueUpdateDetailsHistoryMetadata
@Internal public IssueUpdateDetailsHistoryMetadata(String activityDescription, String activityDescriptionKey, HistoryMetadataActor actor, HistoryMetadataCause cause, String description, String descriptionKey, String emailDescription, String emailDescriptionKey, Map<String, String> extraData, HistoryMetadataGenerator generator, String type) Constructs a validated instance ofIssueUpdateDetailsHistoryMetadata
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
IssueUpdateDetailsHistoryMetadata(Consumer)
instead.- Parameter:
activityDescription
- The activity described in the history record.activityDescriptionKey
- The key of the activity described in the history record.actor
- var.namecause
- var.namedescription
- 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
- var.nametype
- The type of the history record.
-
IssueUpdateDetailsHistoryMetadata
protected IssueUpdateDetailsHistoryMetadata()
-
-
Methodendetails
-
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.- Gibt zurück:
this
.
-
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
The description key of the history record.- Gibt zurück:
this
.
-
emailDescription
The description of the email address associated the history record.- Gibt zurück:
this
.
-
emailDescriptionKey
The description key of the email address associated the history record.- Gibt zurück:
this
.
-
extraData
Additional arbitrary information about the history record.- Gibt zurück:
this
.
-
generator
- Gibt zurück:
this
.
-
type
The type of the history record.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-