Class CreateWorkflowTransitionDetails
java.lang.Object
io.github.primelib.jira4j.restv3.model.CreateWorkflowTransitionDetails
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CreateWorkflowTransitionDetails
extends Object
CreateWorkflowTransitionDetails
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enumThe type of the transition. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringThe description of the transition.The statuses the transition can start from.protected StringThe name of the transition.The properties of the transition.protected CreateWorkflowTransitionRulesDetailsprotected CreateWorkflowTransitionScreenDetailsprotected StringThe status the transition goes to.protected CreateWorkflowTransitionDetails.TypeEnumThe type of the transition. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCreateWorkflowTransitionDetails(String description, List<String> from, String name, Map<String, String> properties, CreateWorkflowTransitionRulesDetails rules, CreateWorkflowTransitionScreenDetails screen, String to, CreateWorkflowTransitionDetails.TypeEnum type) Constructs a validated instance ofCreateWorkflowTransitionDetails.Constructs a validated instance ofCreateWorkflowTransitionDetails. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanThe description of the transition.description(String description) The description of the transition.booleanfrom()The statuses the transition can start from.The statuses the transition can start from.inthashCode()name()The name of the transition.The name of the transition.The properties of the transition.properties(Map<String, String> properties) The properties of the transition.rules()screen()to()The status the transition goes to.The status the transition goes to.toString()type()The type of the transition.The type of the transition.
-
Field Details
-
description
The description of the transition. The maximum length is 1000 characters. -
from
The statuses the transition can start from. -
name
The name of the transition. The maximum length is 60 characters. -
properties
The properties of the transition. -
rules
-
screen
-
to
The status the transition goes to. -
type
The type of the transition.
-
-
Constructor Details
-
CreateWorkflowTransitionDetails
Constructs a validated instance ofCreateWorkflowTransitionDetails.- Parameters:
spec- the specification to process
-
CreateWorkflowTransitionDetails
@Internal public CreateWorkflowTransitionDetails(String description, List<String> from, String name, Map<String, String> properties, CreateWorkflowTransitionRulesDetails rules, CreateWorkflowTransitionScreenDetails screen, String to, CreateWorkflowTransitionDetails.TypeEnum type) Constructs a validated instance ofCreateWorkflowTransitionDetails.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
CreateWorkflowTransitionDetails(Consumer)instead.- Parameters:
description- The description of the transition. The maximum length is 1000 characters.from- The statuses the transition can start from.name- The name of the transition. The maximum length is 60 characters.properties- The properties of the transition.rules- rulesscreen- screento- The status the transition goes to.type- The type of the transition.
-
CreateWorkflowTransitionDetails
protected CreateWorkflowTransitionDetails()
-
-
Method Details
-
builder
-
description
The description of the transition. The maximum length is 1000 characters. -
from
The statuses the transition can start from. -
name
The name of the transition. The maximum length is 60 characters. -
properties
The properties of the transition. -
rules
-
screen
-
to
The status the transition goes to. -
type
The type of the transition. -
description
The description of the transition. The maximum length is 1000 characters.- Returns:
this.
-
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
The properties of the transition.- Returns:
this.
-
rules
- Returns:
this.
-
screen
- Returns:
this.
-
to
The status the transition goes to.- Returns:
this.
-
type
The type of the transition.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-