SimplifiedHierarchyLevel class

Constructors

SimplifiedHierarchyLevel({int? aboveLevelId, int? belowLevelId, String? externalUuid, int? hierarchyLevelNumber, int? id, List<int>? issueTypeIds, int? level, String? name, int? projectConfigurationId})
SimplifiedHierarchyLevel.fromJson(Map<String, Object?> json)
factory

Properties

aboveLevelId int?
The ID of the level above this one in the hierarchy. This property is deprecated, see Change notice: Removing hierarchy level IDs from next-gen APIs.
final
belowLevelId int?
The ID of the level below this one in the hierarchy. This property is deprecated, see Change notice: Removing hierarchy level IDs from next-gen APIs.
final
externalUuid String?
The external UUID of the hierarchy level. This property is deprecated, see Change notice: Removing hierarchy level IDs from next-gen APIs.
final
hashCode int
The hash code for this object.
no setterinherited
hierarchyLevelNumber int?
final
id int?
The ID of the hierarchy level. This property is deprecated, see Change notice: Removing hierarchy level IDs from next-gen APIs.
final
issueTypeIds List<int>
The issue types available in this hierarchy level.
final
level int?
The level of this item in the hierarchy.
final
name String?
The name of this hierarchy level.
final
projectConfigurationId int?
The ID of the project configuration. This property is deprecated, see Change oticen: Removing hierarchy level IDs from next-gen APIs.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({int? aboveLevelId, int? belowLevelId, String? externalUuid, int? hierarchyLevelNumber, int? id, List<int>? issueTypeIds, int? level, String? name, int? projectConfigurationId}) SimplifiedHierarchyLevel
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