Klasse WorkflowStatusUpdate.WorkflowStatusUpdateBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.WorkflowStatusUpdate.WorkflowStatusUpdateBuilder
- Umschließende Klasse:
WorkflowStatusUpdate
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
description
(String description) The description of the status.The ID of the status.The name of the status.statusCategory
(WorkflowStatusUpdate.StatusCategoryEnum statusCategory) The category of the status.statusReference
(String statusReference) The reference of the status.toString()
-
Methodendetails
-
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
public WorkflowStatusUpdate.WorkflowStatusUpdateBuilder statusCategory(WorkflowStatusUpdate.StatusCategoryEnum statusCategory) The category of the status.- Gibt zurück:
this
.
-
statusReference
The reference of the status.- Gibt zurück:
this
.
-
build
-
toString
-