StatusMappingDTO class

The mapping of old to new status ID for a specific project and issue type.

Constructors

StatusMappingDTO({required String issueTypeId, required String projectId, required List<StatusMigration> statusMigrations})
StatusMappingDTO.fromJson(Map<String, Object?> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
issueTypeId String
The issue type for the status mapping.
final
projectId String
The project for the status mapping.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statusMigrations List<StatusMigration>
The list of old and new status ID mappings for the specified project and issue type.
final

Methods

copyWith({String? issueTypeId, String? projectId, List<StatusMigration>? statusMigrations}) StatusMappingDTO
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