Klasse IssueTransitionTo.IssueTransitionToBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.IssueTransitionTo.IssueTransitionToBuilder
- Umschließende Klasse:
IssueTransitionTo
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
description
(String description) The description of the status.The URL of the icon used to represent the status.The ID of the status.The name of the status.The URL of the status.statusCategory
(StatusDetailsStatusCategory statusCategory) toString()
-
Methodendetails
-
description
The description of the status.- Gibt zurück:
this
.
-
iconUrl
The URL of the icon used to represent 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
.
-
self
The URL of the status.- Gibt zurück:
this
.
-
statusCategory
public IssueTransitionTo.IssueTransitionToBuilder statusCategory(StatusDetailsStatusCategory statusCategory) - Gibt zurück:
this
.
-
build
-
toString
-