Klasse SuggestedIssue
java.lang.Object
io.github.primelib.jira4j.restv3.model.SuggestedIssue
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class SuggestedIssue
extends Object
SuggestedIssue
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected Long
The ID of the issue.protected String
The URL of the issue type's avatar.protected String
The key of the issue.protected String
The key of the issue in HTML format.protected String
The phrase containing the query string in HTML format, with the string highlighted with HTML bold tags.protected String
The phrase containing the query string, as plain text. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
Constructs a validated instance ofSuggestedIssue
.SuggestedIssue
(Consumer<SuggestedIssue> spec) Constructs a validated instance ofSuggestedIssue
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
int
hashCode()
id()
The ID of the issue.The ID of the issue.img()
The URL of the issue type's avatar.The URL of the issue type's avatar.key()
The key of the issue.The key of the issue.keyHtml()
The key of the issue in HTML format.The key of the issue in HTML format.summary()
The phrase containing the query string in HTML format, with the string highlighted with HTML bold tags.The phrase containing the query string in HTML format, with the string highlighted with HTML bold tags.The phrase containing the query string, as plain text.summaryText
(String summaryText) The phrase containing the query string, as plain text.toString()
-
Felddetails
-
id
The ID of the issue. -
img
The URL of the issue type's avatar. -
key
The key of the issue. -
keyHtml
The key of the issue in HTML format. -
summary
The phrase containing the query string in HTML format, with the string highlighted with HTML bold tags. -
summaryText
The phrase containing the query string, as plain text.
-
-
Konstruktordetails
-
SuggestedIssue
Constructs a validated instance ofSuggestedIssue
.- Parameter:
spec
- the specification to process
-
SuggestedIssue
@Internal public SuggestedIssue(Long id, String img, String key, String keyHtml, String summary, String summaryText) Constructs a validated instance ofSuggestedIssue
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
SuggestedIssue(Consumer)
instead.- Parameter:
id
- The ID of the issue.img
- The URL of the issue type's avatar.key
- The key of the issue.keyHtml
- The key of the issue in HTML format.summary
- The phrase containing the query string in HTML format, with the string highlighted with HTML bold tags.summaryText
- The phrase containing the query string, as plain text.
-
SuggestedIssue
protected SuggestedIssue()
-
-
Methodendetails
-
builder
-
id
The ID of the issue. -
img
The URL of the issue type's avatar. -
key
The key of the issue. -
keyHtml
The key of the issue in HTML format. -
summary
The phrase containing the query string in HTML format, with the string highlighted with HTML bold tags. -
summaryText
The phrase containing the query string, as plain text. -
id
The ID of the issue.- Gibt zurück:
this
.
-
img
The URL of the issue type's avatar.- Gibt zurück:
this
.
-
key
The key of the issue.- Gibt zurück:
this
.
-
keyHtml
The key of the issue in HTML format.- Gibt zurück:
this
.
-
summary
The phrase containing the query string in HTML format, with the string highlighted with HTML bold tags.- Gibt zurück:
this
.
-
summaryText
The phrase containing the query string, as plain text.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-