Klasse LinkedIssue

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

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

    • fields

      protected LinkedIssueFields fields
    • id

      protected String id
      The ID of an issue. Required if key isn't provided.
    • key

      protected String key
      The key of an issue. Required if id isn't provided.
    • self

      protected URI self
      The URL of the issue.
  • Konstruktordetails

    • LinkedIssue

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

      @Internal public LinkedIssue(LinkedIssueFields fields, String id, String key, URI self)
      Constructs a validated instance of LinkedIssue.

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

      Parameter:
      fields - var.name
      id - The ID of an issue. Required if key isn't provided.
      key - The key of an issue. Required if id isn't provided.
      self - The URL of the issue.
    • LinkedIssue

      protected LinkedIssue()
  • Methodendetails

    • builder

      public static LinkedIssue.LinkedIssueBuilder builder()
    • fields

      public LinkedIssueFields fields()
    • id

      public String id()
      The ID of an issue. Required if key isn't provided.
    • key

      public String key()
      The key of an issue. Required if id isn't provided.
    • self

      public URI self()
      The URL of the issue.
    • fields

      public LinkedIssue fields(LinkedIssueFields fields)
      Gibt zurück:
      this.
    • id

      public LinkedIssue id(String id)
      The ID of an issue. Required if key isn't provided.
      Gibt zurück:
      this.
    • key

      public LinkedIssue key(String key)
      The key of an issue. Required if id isn't provided.
      Gibt zurück:
      this.
    • self

      public LinkedIssue self(URI self)
      The URL of the issue.
      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