Class Priority.PriorityBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.Priority.PriorityBuilder
- Enclosing class:
- Priority
-
Method Summary
Modifier and TypeMethodDescriptionbuild()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()
-
Method Details
-
description
The description of the issue priority.- Returns:
this.
-
iconUrl
The URL of the icon for the issue priority.- Returns:
this.
-
id
The ID of the issue priority.- Returns:
this.
-
isDefault
Whether this priority is the default.- Returns:
this.
-
name
The name of the issue priority.- Returns:
this.
-
self
The URL of the issue priority.- Returns:
this.
-
statusColor
The color used to indicate the issue priority.- Returns:
this.
-
build
-
toString
-