Class IssueTransitionTo.IssueTransitionToBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.IssueTransitionTo.IssueTransitionToBuilder
- Enclosing class:
- IssueTransitionTo
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
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.scope
(StatusDetailsScope scope) The URL of the status.statusCategory
(StatusDetailsStatusCategory statusCategory) toString()
-
Method Details
-
description
The description of the status.- Returns:
this
.
-
iconUrl
The URL of the icon used to represent the status.- Returns:
this
.
-
id
The ID of the status.- Returns:
this
.
-
name
The name of the status.- Returns:
this
.
-
scope
- Returns:
this
.
-
self
The URL of the status.- Returns:
this
.
-
statusCategory
public IssueTransitionTo.IssueTransitionToBuilder statusCategory(StatusDetailsStatusCategory statusCategory) - Returns:
this
.
-
build
-
toString
-