Class SuggestedIssue.SuggestedIssueBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.SuggestedIssue.SuggestedIssueBuilder
- Enclosing class:
- SuggestedIssue
-
Method Summary
Modifier and TypeMethodDescriptionbuild()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()
-
Method Details
-
id
The ID of the issue.- Returns:
this.
-
img
The URL of the issue type's avatar.- Returns:
this.
-
key
The key of the issue.- Returns:
this.
-
keyHtml
The key of the issue in HTML format.- Returns:
this.
-
summary
The phrase containing the query string in HTML format, with the string highlighted with HTML bold tags.- Returns:
this.
-
summaryText
The phrase containing the query string, as plain text.- Returns:
this.
-
build
-
toString
-