Klasse JiraWorkflow
java.lang.Object
io.github.primelib.jira4j.restv2.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 StringThe description of the workflow.protected StringThe ID of the workflow.protected BooleanIndicates if the workflow can be edited.protected StringThe name of the workflow.protected WorkflowScopeprotected WorkflowLayoutprotected Set<WorkflowReferenceStatus>The statuses referenced in this workflow.protected StringIf there is a current [asynchronous task](#async-operations) operation for this workflow.protected Set<WorkflowTransitions>The transitions of the workflow.protected Set<ProjectIssueTypes>Theworkflows.usagesexpand is an optional parameter that can be used when reading and updating workflows in Jira.protected DocumentVersion -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedJiraWorkflow(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 booleanThe description of the workflow.description(String description) The description of the workflow.booleaninthashCode()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.usagesexpand is an optional parameter that can be used when reading and updating workflows in Jira.usages(Set<ProjectIssueTypes> usages) Theworkflows.usagesexpand 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.usagesexpand 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.usagesexpand 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.usagesexpand 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.usagesexpand 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
-