Class IssueUpdateDetailsHistoryMetadata
java.lang.Object
io.github.primelib.jira4j.restv2.model.IssueUpdateDetailsHistoryMetadata
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class IssueUpdateDetailsHistoryMetadata
extends Object
IssueUpdateDetailsHistoryMetadata
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringThe activity described in the history record.protected StringThe key of the activity described in the history record.protected HistoryMetadataActorprotected HistoryMetadataCauseprotected StringThe description of the history record.protected StringThe description key of the history record.protected StringThe description of the email address associated the history record.protected StringThe description key of the email address associated the history record.Additional arbitrary information about the history record.protected HistoryMetadataGeneratorprotected StringThe type of the history record. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedIssueUpdateDetailsHistoryMetadata(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. -
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(HistoryMetadataActor actor) builder()protected booleancause()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.booleanAdditional arbitrary information about the history record.Additional arbitrary information about the history record.generator(HistoryMetadataGenerator generator) inthashCode()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
-
IssueUpdateDetailsHistoryMetadata
Constructs a validated instance ofIssueUpdateDetailsHistoryMetadata.- Parameters:
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.- 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.
-
IssueUpdateDetailsHistoryMetadata
protected IssueUpdateDetailsHistoryMetadata()
-
-
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
-