Klasse HistoryMetadataActor

java.lang.Object
io.github.primelib.jira4j.restv2.model.HistoryMetadataActor

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class HistoryMetadataActor extends Object
HistoryMetadataActor
  • 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

    • HistoryMetadataActor

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

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

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using HistoryMetadataActor(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.
    • HistoryMetadataActor

      protected HistoryMetadataActor()
  • 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 HistoryMetadataActor avatarUrl(String avatarUrl)
      The URL to an avatar for the user or system associated with a history record.
      Gibt zurück:
      this.
    • displayName

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

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

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

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

      public HistoryMetadataActor url(String 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