Klasse JiraWorkflow
java.lang.Object
io.github.primelib.jira4j.restv3.model.JiraWorkflow
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class JiraWorkflow
extends Object
JiraWorkflow
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected String
The description of the workflow.protected String
The ID of the workflow.protected Boolean
Indicates if the workflow can be edited.protected String
The name of the workflow.protected WorkflowScope
protected WorkflowLayout
protected Set<WorkflowReferenceStatus>
The statuses referenced in this workflow.protected String
If there is a current [asynchronous task](#async-operations) operation for this workflow.protected Set<WorkflowTransitions>
The transitions of the workflow.protected Set<ProjectIssueTypes>
Theworkflows.usages
expand is an optional parameter that can be used when reading and updating workflows in Jira.protected DocumentVersion
-
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
JiraWorkflow
(String description, String id, Boolean isEditable, String name, WorkflowScope scope, WorkflowLayout startPointLayout, Set<WorkflowReferenceStatus> statuses, String taskId, Set<WorkflowTransitions> transitions, Set<ProjectIssueTypes> usages, DocumentVersion version) Constructs a validated instance ofJiraWorkflow
.JiraWorkflow
(Consumer<JiraWorkflow> spec) Constructs a validated instance ofJiraWorkflow
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
The description of the workflow.description
(String description) The description of the workflow.boolean
int
hashCode()
id()
The ID of the workflow.The ID of the workflow.Indicates if the workflow can be edited.isEditable
(Boolean isEditable) Indicates if the workflow can be edited.name()
The name of the workflow.The name of the workflow.scope()
scope
(WorkflowScope scope) startPointLayout
(WorkflowLayout startPointLayout) statuses()
The statuses referenced in this workflow.statuses
(Set<WorkflowReferenceStatus> statuses) The statuses referenced in this workflow.taskId()
If there is a current [asynchronous task](#async-operations) operation for this workflow.If there is a current [asynchronous task](#async-operations) operation for this workflow.toString()
The transitions of the workflow.transitions
(Set<WorkflowTransitions> transitions) The transitions of the workflow.usages()
Theworkflows.usages
expand is an optional parameter that can be used when reading and updating workflows in Jira.usages
(Set<ProjectIssueTypes> usages) Theworkflows.usages
expand is an optional parameter that can be used when reading and updating workflows in Jira.version()
version
(DocumentVersion version)
-
Felddetails
-
description
The description of the workflow. -
id
The ID of the workflow. -
isEditable
Indicates if the workflow can be edited. -
name
The name of the workflow. -
scope
-
startPointLayout
-
statuses
The statuses referenced in this workflow. -
taskId
If there is a current [asynchronous task](#async-operations) operation for this workflow. -
transitions
The transitions of the workflow. -
usages
Theworkflows.usages
expand is an optional parameter that can be used when reading and updating workflows in Jira. It provides additional information about the projects and issue types associated with the requested workflows. -
version
-
-
Konstruktordetails
-
JiraWorkflow
Constructs a validated instance ofJiraWorkflow
.- Parameter:
spec
- the specification to process
-
JiraWorkflow
@Internal public JiraWorkflow(String description, String id, Boolean isEditable, String name, WorkflowScope scope, WorkflowLayout startPointLayout, Set<WorkflowReferenceStatus> statuses, String taskId, Set<WorkflowTransitions> transitions, Set<ProjectIssueTypes> usages, DocumentVersion version) Constructs a validated instance ofJiraWorkflow
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
JiraWorkflow(Consumer)
instead.- Parameter:
description
- The description of the workflow.id
- The ID of the workflow.isEditable
- Indicates if the workflow can be edited.name
- The name of the workflow.scope
- var.namestartPointLayout
- var.namestatuses
- The statuses referenced in this workflow.taskId
- If there is a current [asynchronous task](#async-operations) operation for this workflow.transitions
- The transitions of the workflow.usages
- Theworkflows.usages
expand is an optional parameter that can be used when reading and updating workflows in Jira. It provides additional information about the projects and issue types associated with the requested workflows.version
- var.name
-
JiraWorkflow
protected JiraWorkflow()
-
-
Methodendetails
-
builder
-
description
The description of the workflow. -
id
The ID of the workflow. -
isEditable
Indicates if the workflow can be edited. -
name
The name of the workflow. -
scope
-
startPointLayout
-
statuses
The statuses referenced in this workflow. -
taskId
If there is a current [asynchronous task](#async-operations) operation for this workflow. -
transitions
The transitions of the workflow. -
usages
Theworkflows.usages
expand is an optional parameter that can be used when reading and updating workflows in Jira. It provides additional information about the projects and issue types associated with the requested workflows. -
version
-
description
The description of the workflow.- Gibt zurück:
this
.
-
id
The ID of the workflow.- Gibt zurück:
this
.
-
isEditable
Indicates if the workflow can be edited.- Gibt zurück:
this
.
-
name
The name of the workflow.- Gibt zurück:
this
.
-
scope
- Gibt zurück:
this
.
-
startPointLayout
- Gibt zurück:
this
.
-
statuses
The statuses referenced in this workflow.- Gibt zurück:
this
.
-
taskId
If there is a current [asynchronous task](#async-operations) operation for this workflow.- Gibt zurück:
this
.
-
transitions
The transitions of the workflow.- Gibt zurück:
this
.
-
usages
Theworkflows.usages
expand is an optional parameter that can be used when reading and updating workflows in Jira. It provides additional information about the projects and issue types associated with the requested workflows.- Gibt zurück:
this
.
-
version
- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-