Klasse CreateWorkflowTransitionDetails.CreateWorkflowTransitionDetailsBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.CreateWorkflowTransitionDetails.CreateWorkflowTransitionDetailsBuilder
- Umschließende Klasse:
CreateWorkflowTransitionDetails
public static class CreateWorkflowTransitionDetails.CreateWorkflowTransitionDetailsBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
description
(String description) The description of the transition.The statuses the transition can start from.The name of the transition.properties
(Map<String, String> properties) The properties of the transition.The status the transition goes to.toString()
The type of the transition.
-
Methodendetails
-
description
public CreateWorkflowTransitionDetails.CreateWorkflowTransitionDetailsBuilder description(String description) The description of the transition. The maximum length is 1000 characters.- Gibt zurück:
this
.
-
from
public CreateWorkflowTransitionDetails.CreateWorkflowTransitionDetailsBuilder from(List<String> from) The statuses the transition can start from.- Gibt zurück:
this
.
-
name
The name of the transition. The maximum length is 60 characters.- Gibt zurück:
this
.
-
properties
public CreateWorkflowTransitionDetails.CreateWorkflowTransitionDetailsBuilder properties(Map<String, String> properties) The properties of the transition.- Gibt zurück:
this
.
-
rules
public CreateWorkflowTransitionDetails.CreateWorkflowTransitionDetailsBuilder rules(CreateWorkflowTransitionDetailsRules rules) - Gibt zurück:
this
.
-
screen
public CreateWorkflowTransitionDetails.CreateWorkflowTransitionDetailsBuilder screen(CreateWorkflowTransitionDetailsScreen screen) - Gibt zurück:
this
.
-
to
The status the transition goes to.- Gibt zurück:
this
.
-
type
public CreateWorkflowTransitionDetails.CreateWorkflowTransitionDetailsBuilder type(CreateWorkflowTransitionDetails.TypeEnum type) The type of the transition.- Gibt zurück:
this
.
-
build
-
toString
-