Klasse HistoryMetadataParticipant

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

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

    • avatarUrl

      protected String avatarUrl
      The URL to an avatar for the user or system associated with a history record.
    • displayName

      protected String displayName
      The display name of the user or system associated with a history record.
    • displayNameKey

      protected String displayNameKey
      The key of the display name of the user or system associated with a history record.
    • id

      protected String id
      The ID of the user or system associated with a history record.
    • type

      protected String type
      The type of the user or system associated with a history record.
    • url

      protected String url
      The URL of the user or system associated with a history record.
  • Konstruktordetails

    • HistoryMetadataParticipant

      public HistoryMetadataParticipant(Consumer<HistoryMetadataParticipant> spec)
      Constructs a validated instance of HistoryMetadataParticipant.
      Parameter:
      spec - the specification to process
    • HistoryMetadataParticipant

      @Internal public HistoryMetadataParticipant(String avatarUrl, String displayName, String displayNameKey, String id, String type, String url)
      Constructs a validated instance of HistoryMetadataParticipant.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using HistoryMetadataParticipant(Consumer) instead.

      Parameter:
      avatarUrl - The URL to an avatar for the user or system associated with a history record.
      displayName - The display name of the user or system associated with a history record.
      displayNameKey - The key of the display name of the user or system associated with a history record.
      id - The ID of the user or system associated with a history record.
      type - The type of the user or system associated with a history record.
      url - The URL of the user or system associated with a history record.
    • HistoryMetadataParticipant

      protected HistoryMetadataParticipant()
  • Methodendetails

    • builder

    • avatarUrl

      public String avatarUrl()
      The URL to an avatar for the user or system associated with a history record.
    • displayName

      public String displayName()
      The display name of the user or system associated with a history record.
    • displayNameKey

      public String displayNameKey()
      The key of the display name of the user or system associated with a history record.
    • id

      public String id()
      The ID of the user or system associated with a history record.
    • type

      public String type()
      The type of the user or system associated with a history record.
    • url

      public String url()
      The URL of the user or system associated with a history record.
    • avatarUrl

      public HistoryMetadataParticipant avatarUrl(String avatarUrl)
      The URL to an avatar for the user or system associated with a history record.
      Gibt zurück:
      this.
    • displayName

      public HistoryMetadataParticipant displayName(String displayName)
      The display name of the user or system associated with a history record.
      Gibt zurück:
      this.
    • displayNameKey

      public HistoryMetadataParticipant displayNameKey(String displayNameKey)
      The key of the display name of the user or system associated with a history record.
      Gibt zurück:
      this.
    • id

      The ID of the user or system associated with a history record.
      Gibt zurück:
      this.
    • type

      public HistoryMetadataParticipant type(String type)
      The type of the user or system associated with a history record.
      Gibt zurück:
      this.
    • url

      The URL of the user or system associated with a history record.
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object