Klasse CreatePriorityDetails
java.lang.Object
io.github.primelib.jira4j.restv3.model.CreatePriorityDetails
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CreatePriorityDetails
extends Object
CreatePriorityDetails
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
static enum
The URL of an icon for the priority. -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected String
The description of the priority.protected CreatePriorityDetails.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
CreatePriorityDetails
(String description, CreatePriorityDetails.IconUrlEnum iconUrl, String name, String statusColor) Constructs a validated instance ofCreatePriorityDetails
.Constructs a validated instance ofCreatePriorityDetails
. -
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
(CreatePriorityDetails.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
-
CreatePriorityDetails
Constructs a validated instance ofCreatePriorityDetails
.- Parameter:
spec
- the specification to process
-
CreatePriorityDetails
@Internal public CreatePriorityDetails(String description, CreatePriorityDetails.IconUrlEnum iconUrl, String name, String statusColor) Constructs a validated instance ofCreatePriorityDetails
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
CreatePriorityDetails(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.
-
CreatePriorityDetails
protected CreatePriorityDetails()
-
-
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
-