Klasse WorkflowStatusUpdate
java.lang.Object
io.github.primelib.jira4j.restv3.model.WorkflowStatusUpdate
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class WorkflowStatusUpdate
extends Object
WorkflowStatusUpdate
-
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 WorkflowStatusUpdate.StatusCategoryEnum
The category of the status.protected String
The reference of the status. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
WorkflowStatusUpdate
(String description, String id, String name, WorkflowStatusUpdate.StatusCategoryEnum statusCategory, String statusReference) Constructs a validated instance ofWorkflowStatusUpdate
.Constructs a validated instance ofWorkflowStatusUpdate
. -
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
(WorkflowStatusUpdate.StatusCategoryEnum statusCategory) The category of the status.The reference of the status.statusReference
(String statusReference) The reference 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. -
statusReference
The reference of the status.
-
-
Konstruktordetails
-
WorkflowStatusUpdate
Constructs a validated instance ofWorkflowStatusUpdate
.- Parameter:
spec
- the specification to process
-
WorkflowStatusUpdate
@Internal public WorkflowStatusUpdate(String description, String id, String name, WorkflowStatusUpdate.StatusCategoryEnum statusCategory, String statusReference) Constructs a validated instance ofWorkflowStatusUpdate
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
WorkflowStatusUpdate(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.statusReference
- The reference of the status.
-
WorkflowStatusUpdate
protected WorkflowStatusUpdate()
-
-
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. -
statusReference
The reference 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
.
-
statusReference
The reference of the status.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-