WorkflowUpdate class

The details of the workflows to update.

Constructors

WorkflowUpdate({List<StatusMigration>? defaultStatusMappings, String? description, required String id, WorkflowLayout? startPointLayout, List<StatusMappingDTO>? statusMappings, required List<StatusLayoutUpdate> statuses, required List<TransitionUpdateDTO> transitions, required DocumentVersion version})
WorkflowUpdate.fromJson(Map<String, Object?> json)
factory

Properties

defaultStatusMappings List<StatusMigration>
The mapping of old to new status ID.
final
description String?
The new description for this workflow.
final
hashCode int
The hash code for this object.
no setterinherited
id String
The ID of this workflow.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startPointLayout WorkflowLayout?
final
statuses List<StatusLayoutUpdate>
The statuses associated with this workflow.
final
statusMappings List<StatusMappingDTO>
The mapping of old to new status ID for a specific project and issue type.
final
transitions List<TransitionUpdateDTO>
The transitions of this workflow.
final
version DocumentVersion
final

Methods

copyWith({List<StatusMigration>? defaultStatusMappings, String? description, String? id, WorkflowLayout? startPointLayout, List<StatusMappingDTO>? statusMappings, List<StatusLayoutUpdate>? statuses, List<TransitionUpdateDTO>? transitions, DocumentVersion? version}) WorkflowUpdate
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited