Klasse StatusDetailsStatusCategory
java.lang.Object
io.github.primelib.jira4j.restv2.model.StatusDetailsStatusCategory
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class StatusDetailsStatusCategory
extends Object
StatusDetailsStatusCategory
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected 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. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
Constructs a validated instance ofStatusDetailsStatusCategory
.Constructs a validated instance ofStatusDetailsStatusCategory
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
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()
-
Felddetails
-
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.
-
-
Konstruktordetails
-
StatusDetailsStatusCategory
Constructs a validated instance ofStatusDetailsStatusCategory
.- Parameter:
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.- Parameter:
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()
-
-
Methodendetails
-
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.- Gibt zurück:
this
.
-
id
The ID of the status category.- Gibt zurück:
this
.
-
key
The key of the status category.- Gibt zurück:
this
.
-
name
The name of the status category.- Gibt zurück:
this
.
-
self
The URL of the status category.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-