Class FieldsPriority
java.lang.Object
io.github.primelib.jira4j.restv3.model.FieldsPriority
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class FieldsPriority
extends Object
FieldsPriority
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringThe description of the issue priority.protected StringThe URL of the icon for the issue priority.protected StringThe ID of the issue priority.protected BooleanWhether this priority is the default.protected StringThe name of the issue priority.protected StringThe URL of the issue priority.protected StringThe color used to indicate the issue priority. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedFieldsPriority(String description, String iconUrl, String id, Boolean isDefault, String name, String self, String statusColor) Constructs a validated instance ofFieldsPriority.FieldsPriority(Consumer<FieldsPriority> spec) Constructs a validated instance ofFieldsPriority. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanThe description of the issue priority.description(String description) The description of the issue priority.booleaninthashCode()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
-
FieldsPriority
Constructs a validated instance ofFieldsPriority.- Parameters:
spec- the specification to process
-
FieldsPriority
@Internal public FieldsPriority(String description, String iconUrl, String id, Boolean isDefault, String name, String self, String statusColor) Constructs a validated instance ofFieldsPriority.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
FieldsPriority(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.
-
FieldsPriority
protected FieldsPriority()
-
-
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
-