IssueTypeScreenSchemeItem class

The screen scheme for an issue type.

Constructors

IssueTypeScreenSchemeItem({required String issueTypeId, required String issueTypeScreenSchemeId, required String screenSchemeId})
IssueTypeScreenSchemeItem.fromJson(Map<String, Object?> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
issueTypeId String
The ID of the issue type or default. Only issue types used in classic projects are accepted. When creating an issue screen scheme, an entry for default must be provided and defines the mapping for all issue types without a screen scheme. Otherwise, a default entry can't be provided.
final
issueTypeScreenSchemeId String
The ID of the issue type screen scheme.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screenSchemeId String
The ID of the screen scheme.
final

Methods

copyWith({String? issueTypeId, String? issueTypeScreenSchemeId, String? screenSchemeId}) IssueTypeScreenSchemeItem
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