Class WorkflowCreate
java.lang.Object
io.github.primelib.jira4j.restv3.model.WorkflowCreate
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class WorkflowCreate
extends Object
WorkflowCreate
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
The description of the workflow to create.protected String
The name of the workflow to create.protected WorkflowLayout
protected List<StatusLayoutUpdate>
The statuses associated with this workflow.protected List<TransitionUpdateDTO>
The transitions of this workflow. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
WorkflowCreate
(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
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
The description of the workflow to create.description
(String description) The description of the workflow to create.boolean
int
hashCode()
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.
-
Field Details
-
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.
-
-
Constructor Details
-
WorkflowCreate
Constructs a validated instance ofWorkflowCreate
.- Parameters:
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.- Parameters:
description
- The description of the workflow to create.name
- The name of the workflow to create.startPointLayout
- startPointLayoutstatuses
- The statuses associated with this workflow.transitions
- The transitions of this workflow.
-
WorkflowCreate
protected WorkflowCreate()
-
-
Method Details
-
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.- Returns:
this
.
-
name
The name of the workflow to create.- Returns:
this
.
-
startPointLayout
- Returns:
this
.
-
statuses
The statuses associated with this workflow.- Returns:
this
.
-
transitions
The transitions of this workflow.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-