Klasse Priority.PriorityBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.Priority.PriorityBuilder
- Umschließende Klasse:
Priority
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
description
(String description) The description of the issue priority.The URL of the icon for the issue priority.The ID of the issue priority.Whether this priority is the default.The name of the issue priority.The URL of the issue priority.statusColor
(String statusColor) The color used to indicate the issue priority.toString()
-
Methodendetails
-
description
The description of the issue priority.- Gibt zurück:
this
.
-
iconUrl
The URL of the icon for the issue priority.- Gibt zurück:
this
.
-
id
The ID of the issue priority.- Gibt zurück:
this
.
-
isDefault
Whether this priority is the default.- Gibt zurück:
this
.
-
name
The name of the issue priority.- Gibt zurück:
this
.
-
self
The URL of the issue priority.- Gibt zurück:
this
.
-
statusColor
The color used to indicate the issue priority.- Gibt zurück:
this
.
-
build
-
toString
-