Klasse UpdatePriorityDetails
java.lang.Object
io.github.primelib.jira4j.restv2.model.UpdatePriorityDetails
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class UpdatePriorityDetails
extends Object
UpdatePriorityDetails
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic enum
The URL of an icon for the priority.static class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected String
The description of the priority.protected UpdatePriorityDetails.IconUrlEnum
The URL of an icon for the priority.protected String
The name of the priority.protected String
The status color of the priority in 3-digit or 6-digit hexadecimal format. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
UpdatePriorityDetails
(String description, UpdatePriorityDetails.IconUrlEnum iconUrl, String name, String statusColor) Constructs a validated instance ofUpdatePriorityDetails
.Constructs a validated instance ofUpdatePriorityDetails
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
The description of the priority.description
(String description) The description of the priority.boolean
int
hashCode()
iconUrl()
The URL of an icon for the priority.iconUrl
(UpdatePriorityDetails.IconUrlEnum iconUrl) The URL of an icon for the priority.name()
The name of the priority.The name of the priority.The status color of the priority in 3-digit or 6-digit hexadecimal format.statusColor
(String statusColor) The status color of the priority in 3-digit or 6-digit hexadecimal format.toString()
-
Felddetails
-
description
The description of the priority. -
iconUrl
The URL of an icon for the priority. Accepted protocols are HTTP and HTTPS. Built in icons can also be used. -
name
The name of the priority. Must be unique. -
statusColor
The status color of the priority in 3-digit or 6-digit hexadecimal format.
-
-
Konstruktordetails
-
UpdatePriorityDetails
Constructs a validated instance ofUpdatePriorityDetails
.- Parameter:
spec
- the specification to process
-
UpdatePriorityDetails
@Internal public UpdatePriorityDetails(String description, UpdatePriorityDetails.IconUrlEnum iconUrl, String name, String statusColor) Constructs a validated instance ofUpdatePriorityDetails
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
UpdatePriorityDetails(Consumer)
instead.- Parameter:
description
- The description of the priority.iconUrl
- The URL of an icon for the priority. Accepted protocols are HTTP and HTTPS. Built in icons can also be used.name
- The name of the priority. Must be unique.statusColor
- The status color of the priority in 3-digit or 6-digit hexadecimal format.
-
UpdatePriorityDetails
protected UpdatePriorityDetails()
-
-
Methodendetails
-
builder
-
description
The description of the priority. -
iconUrl
The URL of an icon for the priority. Accepted protocols are HTTP and HTTPS. Built in icons can also be used. -
name
The name of the priority. Must be unique. -
statusColor
The status color of the priority in 3-digit or 6-digit hexadecimal format. -
description
The description of the priority.- Gibt zurück:
this
.
-
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
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-