Klasse StatusCreate.StatusCreateBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.StatusCreate.StatusCreateBuilder
- Umschließende Klasse:
StatusCreate
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
description
(String description) The description of the status.The name of the status.statusCategory
(StatusCreate.StatusCategoryEnum statusCategory) The category of the status.toString()
-
Methodendetails
-
description
The description of the status.- Gibt zurück:
this
.
-
name
The name of the status.- Gibt zurück:
this
.
-
statusCategory
public StatusCreate.StatusCreateBuilder statusCategory(StatusCreate.StatusCategoryEnum statusCategory) The category of the status.- Gibt zurück:
this
.
-
build
-
toString
-