Klasse StatusUpdate
java.lang.Object
io.github.primelib.jira4j.restv3.model.StatusUpdate
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class StatusUpdate
extends Object
StatusUpdate
-
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 ID of the status.protected String
The name of the status.protected StatusUpdate.StatusCategoryEnum
The category of the status. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
StatusUpdate
(String description, String id, String name, StatusUpdate.StatusCategoryEnum statusCategory) Constructs a validated instance ofStatusUpdate
.StatusUpdate
(Consumer<StatusUpdate> spec) Constructs a validated instance ofStatusUpdate
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
The description of the status.description
(String description) The description 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.The category of the status.statusCategory
(StatusUpdate.StatusCategoryEnum statusCategory) The category of the status.toString()
-
Felddetails
-
description
The description of the status. -
id
The ID of the status. -
name
The name of the status. -
statusCategory
The category of the status.
-
-
Konstruktordetails
-
StatusUpdate
Constructs a validated instance ofStatusUpdate
.- Parameter:
spec
- the specification to process
-
StatusUpdate
@Internal public StatusUpdate(String description, String id, String name, StatusUpdate.StatusCategoryEnum statusCategory) Constructs a validated instance ofStatusUpdate
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
StatusUpdate(Consumer)
instead.- Parameter:
description
- The description of the status.id
- The ID of the status.name
- The name of the status.statusCategory
- The category of the status.
-
StatusUpdate
protected StatusUpdate()
-
-
Methodendetails
-
builder
-
description
The description of the status. -
id
The ID 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
.
-
id
The ID 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
-