Klasse IssueUpdateDetailsHistoryMetadata

java.lang.Object
io.github.primelib.jira4j.restv3.model.IssueUpdateDetailsHistoryMetadata

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class IssueUpdateDetailsHistoryMetadata extends Object
IssueUpdateDetailsHistoryMetadata
  • Felddetails

    • activityDescription

      protected String activityDescription
      The activity described in the history record.
    • activityDescriptionKey

      protected String activityDescriptionKey
      The key of the activity described in the history record.
    • actor

      protected HistoryMetadataActor actor
    • cause

      protected HistoryMetadataCause cause
    • description

      protected String description
      The description of the history record.
    • descriptionKey

      protected String descriptionKey
      The description key of the history record.
    • emailDescription

      protected String emailDescription
      The description of the email address associated the history record.
    • emailDescriptionKey

      protected String emailDescriptionKey
      The description key of the email address associated the history record.
    • extraData

      protected Map<String,String> extraData
      Additional arbitrary information about the history record.
    • generator

      protected HistoryMetadataGenerator generator
    • type

      protected String type
      The type of the history record.
  • Konstruktordetails

    • IssueUpdateDetailsHistoryMetadata

      public IssueUpdateDetailsHistoryMetadata(Consumer<IssueUpdateDetailsHistoryMetadata> spec)
      Constructs a validated instance of IssueUpdateDetailsHistoryMetadata.
      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 of IssueUpdateDetailsHistoryMetadata.

      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.name
      cause - var.name
      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 - var.name
      type - The type of the history record.
    • IssueUpdateDetailsHistoryMetadata

      protected IssueUpdateDetailsHistoryMetadata()
  • Methodendetails