Klasse SuggestedIssue

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

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

    • id

      protected Long id
      The ID of the issue.
    • img

      protected String img
      The URL of the issue type's avatar.
    • key

      protected String key
      The key of the issue.
    • keyHtml

      protected String keyHtml
      The key of the issue in HTML format.
    • summary

      protected String summary
      The phrase containing the query string in HTML format, with the string highlighted with HTML bold tags.
    • summaryText

      protected String summaryText
      The phrase containing the query string, as plain text.
  • Konstruktordetails

    • SuggestedIssue

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

      @Internal public SuggestedIssue(Long id, String img, String key, String keyHtml, String summary, String summaryText)
      Constructs a validated instance of SuggestedIssue.

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

      Parameter:
      id - The ID of the issue.
      img - The URL of the issue type's avatar.
      key - The key of the issue.
      keyHtml - The key of the issue in HTML format.
      summary - The phrase containing the query string in HTML format, with the string highlighted with HTML bold tags.
      summaryText - The phrase containing the query string, as plain text.
    • SuggestedIssue

      protected SuggestedIssue()
  • Methodendetails

    • builder

      public static SuggestedIssue.SuggestedIssueBuilder builder()
    • id

      public Long id()
      The ID of the issue.
    • img

      public String img()
      The URL of the issue type's avatar.
    • key

      public String key()
      The key of the issue.
    • keyHtml

      public String keyHtml()
      The key of the issue in HTML format.
    • summary

      public String summary()
      The phrase containing the query string in HTML format, with the string highlighted with HTML bold tags.
    • summaryText

      public String summaryText()
      The phrase containing the query string, as plain text.
    • id

      public SuggestedIssue id(Long id)
      The ID of the issue.
      Gibt zurück:
      this.
    • img

      public SuggestedIssue img(String img)
      The URL of the issue type's avatar.
      Gibt zurück:
      this.
    • key

      public SuggestedIssue key(String key)
      The key of the issue.
      Gibt zurück:
      this.
    • keyHtml

      public SuggestedIssue keyHtml(String keyHtml)
      The key of the issue in HTML format.
      Gibt zurück:
      this.
    • summary

      public SuggestedIssue summary(String summary)
      The phrase containing the query string in HTML format, with the string highlighted with HTML bold tags.
      Gibt zurück:
      this.
    • summaryText

      public SuggestedIssue summaryText(String summaryText)
      The phrase containing the query string, as plain text.
      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