Klasse CreatePriorityDetails
java.lang.Object
io.github.primelib.jira4j.restv2.model.CreatePriorityDetails
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CreatePriorityDetails
extends Object
CreatePriorityDetails
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic classstatic enumThe URL of an icon for the priority. -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected StringThe description of the priority.protected CreatePriorityDetails.IconUrlEnumThe URL of an icon for the priority.protected StringThe name of the priority.protected StringThe status color of the priority in 3-digit or 6-digit hexadecimal format. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedCreatePriorityDetails(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 booleanThe description of the priority.description(String description) The description of the priority.booleaninthashCode()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
-