Klasse CreateWorkflowTransitionDetails
java.lang.Object
io.github.primelib.jira4j.restv3.model.CreateWorkflowTransitionDetails
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CreateWorkflowTransitionDetails
extends Object
CreateWorkflowTransitionDetails
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic classstatic enumThe type of the transition. -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected 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. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedCreateWorkflowTransitionDetails(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. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()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.
-
Felddetails
-
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.
-
-
Konstruktordetails
-
CreateWorkflowTransitionDetails
Constructs a validated instance ofCreateWorkflowTransitionDetails.- Parameter:
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.- Parameter:
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()
-
-
Methodendetails
-
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.- Gibt zurück:
this.
-
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
The properties of the transition.- Gibt zurück:
this.
-
rules
- Gibt zurück:
this.
-
screen
- Gibt zurück:
this.
-
to
The status the transition goes to.- Gibt zurück:
this.
-
type
The type of the transition.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-