Klasse CreateWorkflowTransitionDetails
java.lang.Object
io.github.primelib.jira4j.restv2.model.CreateWorkflowTransitionDetails
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CreateWorkflowTransitionDetails
extends Object
CreateWorkflowTransitionDetails
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
static enum
The type of the transition. -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected String
The description of the transition.The statuses the transition can start from.protected String
The name of the transition.The properties of the transition.protected CreateWorkflowTransitionDetailsRules
protected CreateWorkflowTransitionDetailsScreen
protected String
The status the transition goes to.protected CreateWorkflowTransitionDetails.TypeEnum
The type of the transition. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
CreateWorkflowTransitionDetails
(String description, List<String> from, String name, Map<String, String> properties, CreateWorkflowTransitionDetailsRules rules, CreateWorkflowTransitionDetailsScreen screen, String to, CreateWorkflowTransitionDetails.TypeEnum type) Constructs a validated instance ofCreateWorkflowTransitionDetails
.Constructs a validated instance ofCreateWorkflowTransitionDetails
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
The description of the transition.description
(String description) The description of the transition.boolean
from()
The statuses the transition can start from.The statuses the transition can start from.int
hashCode()
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, CreateWorkflowTransitionDetailsRules rules, CreateWorkflowTransitionDetailsScreen 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
- var.namescreen
- var.nameto
- 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
-