Class CreateWorkflowTransitionDetails.CreateWorkflowTransitionDetailsBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.CreateWorkflowTransitionDetails.CreateWorkflowTransitionDetailsBuilder
- Enclosing class:
- CreateWorkflowTransitionDetails
public static class CreateWorkflowTransitionDetails.CreateWorkflowTransitionDetailsBuilder
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
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.
-
Method Details
-
description
public CreateWorkflowTransitionDetails.CreateWorkflowTransitionDetailsBuilder description(String description) The description of the transition. The maximum length is 1000 characters.- Returns:
this
.
-
from
public CreateWorkflowTransitionDetails.CreateWorkflowTransitionDetailsBuilder from(List<String> from) The statuses the transition can start from.- Returns:
this
.
-
name
The name of the transition. The maximum length is 60 characters.- Returns:
this
.
-
properties
public CreateWorkflowTransitionDetails.CreateWorkflowTransitionDetailsBuilder properties(Map<String, String> properties) The properties of the transition.- Returns:
this
.
-
rules
public CreateWorkflowTransitionDetails.CreateWorkflowTransitionDetailsBuilder rules(CreateWorkflowTransitionRulesDetails rules) - Returns:
this
.
-
screen
public CreateWorkflowTransitionDetails.CreateWorkflowTransitionDetailsBuilder screen(CreateWorkflowTransitionScreenDetails screen) - Returns:
this
.
-
to
The status the transition goes to.- Returns:
this
.
-
type
public CreateWorkflowTransitionDetails.CreateWorkflowTransitionDetailsBuilder type(CreateWorkflowTransitionDetails.TypeEnum type) The type of the transition.- Returns:
this
.
-
build
-
toString
-