Class StatusCreate.StatusCreateBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.StatusCreate.StatusCreateBuilder
- Enclosing class:
- StatusCreate
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
description
(String description) The description of the status.The name of the status.statusCategory
(StatusCreate.StatusCategoryEnum statusCategory) The category of the status.toString()
-
Method Details
-
description
The description of the status.- Returns:
this
.
-
name
The name of the status.- Returns:
this
.
-
statusCategory
public StatusCreate.StatusCreateBuilder statusCategory(StatusCreate.StatusCategoryEnum statusCategory) The category of the status.- Returns:
this
.
-
build
-
toString
-