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