Klasse SuggestedIssue.SuggestedIssueBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.SuggestedIssue.SuggestedIssueBuilder
- Umschließende Klasse:
SuggestedIssue
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
The ID of the issue.The URL of the issue type's avatar.The key of the issue.The key of the issue in HTML format.The phrase containing the query string in HTML format, with the string highlighted with HTML bold tags.summaryText
(String summaryText) The phrase containing the query string, as plain text.toString()
-
Methodendetails
-
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
.
-
build
-
toString
-