Klasse AutoCompleteSuggestion
java.lang.Object
io.github.primelib.jira4j.restv3.model.AutoCompleteSuggestion
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class AutoCompleteSuggestion
extends Object
AutoCompleteSuggestion
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
AutoCompleteSuggestion
(String displayName, String value) Constructs a validated instance ofAutoCompleteSuggestion
.Constructs a validated instance ofAutoCompleteSuggestion
. -
Methodenübersicht
-
Felddetails
-
displayName
The display name of a suggested item. IffieldValue
orpredicateValue
are provided, the matching text is highlighted with the HTML bold tag. -
value
The value of a suggested item.
-
-
Konstruktordetails
-
AutoCompleteSuggestion
Constructs a validated instance ofAutoCompleteSuggestion
.- Parameter:
spec
- the specification to process
-
AutoCompleteSuggestion
Constructs a validated instance ofAutoCompleteSuggestion
.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. IffieldValue
orpredicateValue
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
The display name of a suggested item. IffieldValue
orpredicateValue
are provided, the matching text is highlighted with the HTML bold tag. -
value
The value of a suggested item. -
displayName
The display name of a suggested item. IffieldValue
orpredicateValue
are provided, the matching text is highlighted with the HTML bold tag.- Gibt zurück:
this
.
-
value
The value of a suggested item.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-