Klasse StatusMetadata
java.lang.Object
io.github.primelib.jira4j.restv2.model.StatusMetadata
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class StatusMetadata
extends Object
StatusMetadata
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic enum
The category of the status.static class
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
StatusMetadata
(StatusMetadata.CategoryEnum category, String id, String name) Constructs a validated instance ofStatusMetadata
.StatusMetadata
(Consumer<StatusMetadata> spec) Constructs a validated instance ofStatusMetadata
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
category()
The category of the status.category
(StatusMetadata.CategoryEnum category) The category of the status.boolean
int
hashCode()
id()
The ID of the status.The ID of the status.name()
The name of the status.The name of the status.toString()
-
Felddetails
-
category
The category of the status. -
id
The ID of the status. -
name
The name of the status.
-
-
Konstruktordetails
-
StatusMetadata
Constructs a validated instance ofStatusMetadata
.- Parameter:
spec
- the specification to process
-
StatusMetadata
Constructs a validated instance ofStatusMetadata
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
StatusMetadata(Consumer)
instead.- Parameter:
category
- The category of the status.id
- The ID of the status.name
- The name of the status.
-
StatusMetadata
protected StatusMetadata()
-
-
Methodendetails
-
builder
-
category
The category of the status. -
id
The ID of the status. -
name
The name of the status. -
category
The category of the status.- Gibt zurück:
this
.
-
id
The ID of the status.- Gibt zurück:
this
.
-
name
The name of the status.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-