Klasse Priority
java.lang.Object
io.github.primelib.jira4j.restv3.model.Priority
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class Priority
extends Object
Priority
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected String
The description of the issue priority.protected String
The URL of the icon for the issue priority.protected String
The ID of the issue priority.protected Boolean
Whether this priority is the default.protected String
The name of the issue priority.protected String
The URL of the issue priority.protected String
The color used to indicate the issue priority. -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic Priority.PriorityBuilder
builder()
protected boolean
The description of the issue priority.description
(String description) The description of the issue priority.boolean
int
hashCode()
iconUrl()
The URL of the icon for the issue priority.The URL of the icon for the issue priority.id()
The ID of the issue priority.The ID of the issue priority.Whether this priority is the default.Whether this priority is the default.name()
The name of the issue priority.The name of the issue priority.self()
The URL of the issue priority.The URL of the issue priority.The color used to indicate the issue priority.statusColor
(String statusColor) The color used to indicate the issue priority.toString()
-
Felddetails
-
description
The description of the issue priority. -
iconUrl
The URL of the icon for the issue priority. -
id
The ID of the issue priority. -
isDefault
Whether this priority is the default. -
name
The name of the issue priority. -
self
The URL of the issue priority. -
statusColor
The color used to indicate the issue priority.
-
-
Konstruktordetails
-
Priority
Constructs a validated instance ofPriority
.- Parameter:
spec
- the specification to process
-
Priority
@Internal public Priority(String description, String iconUrl, String id, Boolean isDefault, String name, String self, String statusColor) Constructs a validated instance ofPriority
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
Priority(Consumer)
instead.- Parameter:
description
- The description of the issue priority.iconUrl
- The URL of the icon for the issue priority.id
- The ID of the issue priority.isDefault
- Whether this priority is the default.name
- The name of the issue priority.self
- The URL of the issue priority.statusColor
- The color used to indicate the issue priority.
-
Priority
protected Priority()
-
-
Methodendetails
-
builder
-
description
The description of the issue priority. -
iconUrl
The URL of the icon for the issue priority. -
id
The ID of the issue priority. -
isDefault
Whether this priority is the default. -
name
The name of the issue priority. -
self
The URL of the issue priority. -
statusColor
The color used to indicate the issue priority. -
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
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-