Class WorkflowStatusUpdate.WorkflowStatusUpdateBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.WorkflowStatusUpdate.WorkflowStatusUpdateBuilder
- Enclosing class:
- WorkflowStatusUpdate
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
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()
-
Method Details
-
description
The description of the status.- Returns:
this
.
-
id
The ID of the status.- Returns:
this
.
-
name
The name of the status.- Returns:
this
.
-
statusCategory
public WorkflowStatusUpdate.WorkflowStatusUpdateBuilder statusCategory(WorkflowStatusUpdate.StatusCategoryEnum statusCategory) The category of the status.- Returns:
this
.
-
statusReference
The reference of the status.- Returns:
this
.
-
build
-
toString
-