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