Class Priority
java.lang.Object
io.github.primelib.jira4j.restv3.model.Priority
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class Priority
extends Object
Priority
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected 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. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Priority.PriorityBuilder
builder()
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()
-
Field Details
-
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.
-
-
Constructor Details
-
Priority
Constructs a validated instance ofPriority
.- Parameters:
spec
- the specification to process
-
Priority
@Internal public Priority(String description, String iconUrl, String id, Boolean isDefault, String name, String self, String statusColor) Constructs a validated instance ofPriority
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
Priority(Consumer)
instead.- Parameters:
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.
-
Priority
protected Priority()
-
-
Method Details
-
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.- Returns:
this
.
-
iconUrl
The URL of the icon for the issue priority.- Returns:
this
.
-
id
The ID of the issue priority.- Returns:
this
.
-
isDefault
Whether this priority is the default.- Returns:
this
.
-
name
The name of the issue priority.- Returns:
this
.
-
self
The URL of the issue priority.- Returns:
this
.
-
statusColor
The color used to indicate the issue priority.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-