Klasse AutoCompleteSuggestion

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

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

    • displayName

      protected String displayName
      The display name of a suggested item. If fieldValue or predicateValue are provided, the matching text is highlighted with the HTML bold tag.
    • value

      protected String value
      The value of a suggested item.
  • Konstruktordetails

    • AutoCompleteSuggestion

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

      @Internal public AutoCompleteSuggestion(String displayName, String value)
      Constructs a validated instance of AutoCompleteSuggestion.

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

      Parameter:
      displayName - The display name of a suggested item. If fieldValue or predicateValue are provided, the matching text is highlighted with the HTML bold tag.
      value - The value of a suggested item.
    • AutoCompleteSuggestion

      protected AutoCompleteSuggestion()
  • Methodendetails

    • builder

    • displayName

      public String displayName()
      The display name of a suggested item. If fieldValue or predicateValue are provided, the matching text is highlighted with the HTML bold tag.
    • value

      public String value()
      The value of a suggested item.
    • displayName

      public AutoCompleteSuggestion displayName(String displayName)
      The display name of a suggested item. If fieldValue or predicateValue are provided, the matching text is highlighted with the HTML bold tag.
      Gibt zurück:
      this.
    • value

      public AutoCompleteSuggestion value(String value)
      The value of a suggested item.
      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