Klasse WorkflowUpdate
java.lang.Object
io.github.primelib.jira4j.restv2.model.WorkflowUpdate
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class WorkflowUpdate
extends Object
WorkflowUpdate
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected List<StatusMigration>The mapping of old to new status ID.protected StringThe new description for this workflow.protected StringThe ID of this workflow.protected WorkflowLayoutprotected List<StatusLayoutUpdate>The statuses associated with this workflow.protected List<StatusMappingDTO>The mapping of old to new status ID for a specific project and issue type.protected List<TransitionUpdateDTO>The transitions of this workflow.protected DocumentVersion -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedWorkflowUpdate(Consumer<WorkflowUpdate> spec) Constructs a validated instance ofWorkflowUpdate.WorkflowUpdate(List<StatusMigration> defaultStatusMappings, String description, String id, WorkflowLayout startPointLayout, List<StatusMappingDTO> statusMappings, List<StatusLayoutUpdate> statuses, List<TransitionUpdateDTO> transitions, DocumentVersion version) Constructs a validated instance ofWorkflowUpdate. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanThe mapping of old to new status ID.defaultStatusMappings(List<StatusMigration> defaultStatusMappings) The mapping of old to new status ID.The new description for this workflow.description(String description) The new description for this workflow.booleaninthashCode()id()The ID of this workflow.The ID of this workflow.startPointLayout(WorkflowLayout startPointLayout) statuses()The statuses associated with this workflow.statuses(List<StatusLayoutUpdate> statuses) The statuses associated with this workflow.The mapping of old to new status ID for a specific project and issue type.statusMappings(List<StatusMappingDTO> statusMappings) The mapping of old to new status ID for a specific project and issue type.toString()The transitions of this workflow.transitions(List<TransitionUpdateDTO> transitions) The transitions of this workflow.version()version(DocumentVersion version)
-
Felddetails
-
defaultStatusMappings
The mapping of old to new status ID. -
description
The new description for this workflow. -
id
The ID of this workflow. -
startPointLayout
-
statusMappings
The mapping of old to new status ID for a specific project and issue type. -
statuses
The statuses associated with this workflow. -
transitions
The transitions of this workflow. -
version
-
-
Konstruktordetails
-
WorkflowUpdate
Constructs a validated instance ofWorkflowUpdate.- Parameter:
spec- the specification to process
-
WorkflowUpdate
@Internal public WorkflowUpdate(List<StatusMigration> defaultStatusMappings, String description, String id, WorkflowLayout startPointLayout, List<StatusMappingDTO> statusMappings, List<StatusLayoutUpdate> statuses, List<TransitionUpdateDTO> transitions, DocumentVersion version) Constructs a validated instance ofWorkflowUpdate.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
WorkflowUpdate(Consumer)instead.- Parameter:
defaultStatusMappings- The mapping of old to new status ID.description- The new description for this workflow.id- The ID of this workflow.startPointLayout- var.namestatusMappings- The mapping of old to new status ID for a specific project and issue type.statuses- The statuses associated with this workflow.transitions- The transitions of this workflow.version- var.name
-
WorkflowUpdate
protected WorkflowUpdate()
-
-
Methodendetails
-
builder
-
defaultStatusMappings
The mapping of old to new status ID. -
description
The new description for this workflow. -
id
The ID of this workflow. -
startPointLayout
-
statusMappings
The mapping of old to new status ID for a specific project and issue type. -
statuses
The statuses associated with this workflow. -
transitions
The transitions of this workflow. -
version
-
defaultStatusMappings
The mapping of old to new status ID.- Gibt zurück:
this.
-
description
The new description for this workflow.- Gibt zurück:
this.
-
id
The ID of this workflow.- Gibt zurück:
this.
-
startPointLayout
- Gibt zurück:
this.
-
statusMappings
The mapping of old to new status ID for a specific project and issue type.- 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.
-
version
- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-