Klasse FieldsPriority
java.lang.Object
io.github.primelib.jira4j.restv2.model.FieldsPriority
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class FieldsPriority
extends Object
FieldsPriority
-
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
KonstruktorenModifiziererKonstruktorBeschreibungprotected
FieldsPriority
(String description, String iconUrl, String id, Boolean isDefault, String name, String self, String statusColor) Constructs a validated instance ofFieldsPriority
.FieldsPriority
(Consumer<FieldsPriority> spec) Constructs a validated instance ofFieldsPriority
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
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
-
FieldsPriority
Constructs a validated instance ofFieldsPriority
.- Parameter:
spec
- the specification to process
-
FieldsPriority
@Internal public FieldsPriority(String description, String iconUrl, String id, Boolean isDefault, String name, String self, String statusColor) Constructs a validated instance ofFieldsPriority
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
FieldsPriority(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.
-
FieldsPriority
protected FieldsPriority()
-
-
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
-