Class AutoCompleteSuggestion
java.lang.Object
io.github.primelib.jira4j.restv3.model.AutoCompleteSuggestion
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class AutoCompleteSuggestion
extends Object
AutoCompleteSuggestion
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
AutoCompleteSuggestion
(String displayName, String value) Constructs a validated instance ofAutoCompleteSuggestion
.Constructs a validated instance ofAutoCompleteSuggestion
. -
Method Summary
-
Field Details
-
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.
-
-
Constructor Details
-
AutoCompleteSuggestion
Constructs a validated instance ofAutoCompleteSuggestion
.- Parameters:
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.- Parameters:
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()
-
-
Method Details
-
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.- Returns:
this
.
-
value
The value of a suggested item.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-