Klasse WorkflowCreate
java.lang.Object
io.github.primelib.jira4j.restv2.model.WorkflowCreate
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class WorkflowCreate
extends Object
WorkflowCreate
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected StringThe description of the workflow to create.protected StringThe name of the workflow to create.protected WorkflowLayoutprotected List<StatusLayoutUpdate>The statuses associated with this workflow.protected List<TransitionUpdateDTO>The transitions of this workflow. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedWorkflowCreate(String description, String name, WorkflowLayout startPointLayout, List<StatusLayoutUpdate> statuses, List<TransitionUpdateDTO> transitions) Constructs a validated instance ofWorkflowCreate.WorkflowCreate(Consumer<WorkflowCreate> spec) Constructs a validated instance ofWorkflowCreate. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanThe description of the workflow to create.description(String description) The description of the workflow to create.booleaninthashCode()name()The name of the workflow to create.The name of the workflow to create.startPointLayout(WorkflowLayout startPointLayout) statuses()The statuses associated with this workflow.statuses(List<StatusLayoutUpdate> statuses) The statuses associated with this workflow.toString()The transitions of this workflow.transitions(List<TransitionUpdateDTO> transitions) The transitions of this workflow.
-
Felddetails
-
description
The description of the workflow to create. -
name
The name of the workflow to create. -
startPointLayout
-
statuses
The statuses associated with this workflow. -
transitions
The transitions of this workflow.
-
-
Konstruktordetails
-
WorkflowCreate
Constructs a validated instance ofWorkflowCreate.- Parameter:
spec- the specification to process
-
WorkflowCreate
@Internal public WorkflowCreate(String description, String name, WorkflowLayout startPointLayout, List<StatusLayoutUpdate> statuses, List<TransitionUpdateDTO> transitions) Constructs a validated instance ofWorkflowCreate.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
WorkflowCreate(Consumer)instead.- Parameter:
description- The description of the workflow to create.name- The name of the workflow to create.startPointLayout- var.namestatuses- The statuses associated with this workflow.transitions- The transitions of this workflow.
-
WorkflowCreate
protected WorkflowCreate()
-
-
Methodendetails
-
builder
-
description
The description of the workflow to create. -
name
The name of the workflow to create. -
startPointLayout
-
statuses
The statuses associated with this workflow. -
transitions
The transitions of this workflow. -
description
The description of the workflow to create.- Gibt zurück:
this.
-
name
The name of the workflow to create.- Gibt zurück:
this.
-
startPointLayout
- Gibt zurück:
this.
-
statuses
The statuses associated with this workflow.- Gibt zurück:
this.
-
transitions
The transitions of this workflow.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-