Class StatusDetailsStatusCategory
java.lang.Object
io.github.primelib.jira4j.restv2.model.StatusDetailsStatusCategory
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class StatusDetailsStatusCategory
extends Object
StatusDetailsStatusCategory
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringThe name of the color used to represent the status category.protected LongThe ID of the status category.protected StringThe key of the status category.protected StringThe name of the status category.protected StringThe URL of the status category. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructs a validated instance ofStatusDetailsStatusCategory.Constructs a validated instance ofStatusDetailsStatusCategory. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanThe name of the color used to represent the status category.The name of the color used to represent the status category.booleaninthashCode()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
-
StatusDetailsStatusCategory
Constructs a validated instance ofStatusDetailsStatusCategory.- Parameters:
spec- the specification to process
-
StatusDetailsStatusCategory
@Internal public StatusDetailsStatusCategory(String colorName, Long id, String key, String name, String self) Constructs a validated instance ofStatusDetailsStatusCategory.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
StatusDetailsStatusCategory(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.
-
StatusDetailsStatusCategory
protected StatusDetailsStatusCategory()
-
-
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
-