Class UpdatePriorityDetails
java.lang.Object
io.github.primelib.jira4j.restv2.model.UpdatePriorityDetails
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class UpdatePriorityDetails
extends Object
UpdatePriorityDetails
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe URL of an icon for the priority.static class -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringThe description of the priority.protected UpdatePriorityDetails.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. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedUpdatePriorityDetails(String description, UpdatePriorityDetails.IconUrlEnum iconUrl, String name, String statusColor) Constructs a validated instance ofUpdatePriorityDetails.Constructs a validated instance ofUpdatePriorityDetails. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()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(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()
-
Field Details
-
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.
-
-
Constructor Details
-
UpdatePriorityDetails
Constructs a validated instance ofUpdatePriorityDetails.- Parameters:
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.- Parameters:
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()
-
-
Method Details
-
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.- Returns:
this.
-
iconUrl
The URL of an icon for the priority. Accepted protocols are HTTP and HTTPS. Built in icons can also be used.- Returns:
this.
-
name
The name of the priority. Must be unique.- Returns:
this.
-
statusColor
The status color of the priority in 3-digit or 6-digit hexadecimal format.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-