Class IssuePickerSuggestions
java.lang.Object
io.github.primelib.jira4j.restv2.model.IssuePickerSuggestions
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class IssuePickerSuggestions
extends Object
IssuePickerSuggestions
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<IssuePickerSuggestionsIssueType>
A list of issues for an issue type suggested for use in auto-completion. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructs a validated instance ofIssuePickerSuggestions
.Constructs a validated instance ofIssuePickerSuggestions
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
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()
-
Field Details
-
sections
A list of issues for an issue type suggested for use in auto-completion.
-
-
Constructor Details
-
IssuePickerSuggestions
Constructs a validated instance ofIssuePickerSuggestions
.- Parameters:
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.- Parameters:
sections
- A list of issues for an issue type suggested for use in auto-completion.
-
IssuePickerSuggestions
protected IssuePickerSuggestions()
-
-
Method Details
-
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.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-