Klasse IssuePickerSuggestions
java.lang.Object
io.github.primelib.jira4j.restv2.model.IssuePickerSuggestions
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class IssuePickerSuggestions
extends Object
IssuePickerSuggestions
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected List<IssuePickerSuggestionsIssueType>
A list of issues for an issue type suggested for use in auto-completion. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
Constructs a validated instance ofIssuePickerSuggestions
.Constructs a validated instance ofIssuePickerSuggestions
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
int
hashCode()
sections()
A list of issues for an issue type suggested for use in auto-completion.sections
(List<IssuePickerSuggestionsIssueType> sections) A list of issues for an issue type suggested for use in auto-completion.toString()
-
Felddetails
-
sections
A list of issues for an issue type suggested for use in auto-completion.
-
-
Konstruktordetails
-
IssuePickerSuggestions
Constructs a validated instance ofIssuePickerSuggestions
.- Parameter:
spec
- the specification to process
-
IssuePickerSuggestions
Constructs a validated instance ofIssuePickerSuggestions
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
IssuePickerSuggestions(Consumer)
instead.- Parameter:
sections
- A list of issues for an issue type suggested for use in auto-completion.
-
IssuePickerSuggestions
protected IssuePickerSuggestions()
-
-
Methodendetails
-
builder
-
sections
A list of issues for an issue type suggested for use in auto-completion. -
sections
A list of issues for an issue type suggested for use in auto-completion.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-