Class StatusCategory
java.lang.Object
io.github.primelib.jira4j.restv2.model.StatusCategory
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class StatusCategory
extends Object
StatusCategory
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
The name of the color used to represent the status category.protected Long
The ID of the status category.protected String
The key of the status category.protected String
The name of the status category.protected String
The URL of the status category. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructs a validated instance ofStatusCategory
.StatusCategory
(Consumer<StatusCategory> spec) Constructs a validated instance ofStatusCategory
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
The name of the color used to represent the status category.The name of the color used to represent the status category.boolean
int
hashCode()
id()
The ID of the status category.The ID of the status category.key()
The key of the status category.The key of the status category.name()
The name of the status category.The name of the status category.self()
The URL of the status category.The URL of the status category.toString()
-
Field Details
-
colorName
The name of the color used to represent the status category. -
id
The ID of the status category. -
key
The key of the status category. -
name
The name of the status category. -
self
The URL of the status category.
-
-
Constructor Details
-
StatusCategory
Constructs a validated instance ofStatusCategory
.- Parameters:
spec
- the specification to process
-
StatusCategory
Constructs a validated instance ofStatusCategory
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
StatusCategory(Consumer)
instead.- Parameters:
colorName
- The name of the color used to represent the status category.id
- The ID of the status category.key
- The key of the status category.name
- The name of the status category.self
- The URL of the status category.
-
StatusCategory
protected StatusCategory()
-
-
Method Details
-
builder
-
colorName
The name of the color used to represent the status category. -
id
The ID of the status category. -
key
The key of the status category. -
name
The name of the status category. -
self
The URL of the status category. -
colorName
The name of the color used to represent the status category.- Returns:
this
.
-
id
The ID of the status category.- Returns:
this
.
-
key
The key of the status category.- Returns:
this
.
-
name
The name of the status category.- Returns:
this
.
-
self
The URL of the status category.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-