Klasse CreatePriorityDetails.CreatePriorityDetailsBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.CreatePriorityDetails.CreatePriorityDetailsBuilder
- Umschließende Klasse:
CreatePriorityDetails
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
description
(String description) The description of the priority.iconUrl
(CreatePriorityDetails.IconUrlEnum iconUrl) The URL of an icon for the priority.The name of the priority.statusColor
(String statusColor) The status color of the priority in 3-digit or 6-digit hexadecimal format.toString()
-
Methodendetails
-
description
The description of the priority.- Gibt zurück:
this
.
-
iconUrl
public CreatePriorityDetails.CreatePriorityDetailsBuilder iconUrl(CreatePriorityDetails.IconUrlEnum iconUrl) The URL of an icon for the priority. Accepted protocols are HTTP and HTTPS. Built in icons can also be used.- Gibt zurück:
this
.
-
name
The name of the priority. Must be unique.- Gibt zurück:
this
.
-
statusColor
The status color of the priority in 3-digit or 6-digit hexadecimal format.- Gibt zurück:
this
.
-
build
-
toString
-