Klasse Hierarchy.HierarchyBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.Hierarchy.HierarchyBuilder
- Umschließende Klasse:
Hierarchy
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbaseLevelId
(Long baseLevelId) The ID of the base level.build()
levels
(List<SimplifiedHierarchyLevel> levels) Details about the hierarchy level.toString()
-
Methodendetails
-
baseLevelId
The ID of the base level. This property is deprecated, see [Change notice: Removing hierarchy level IDs from next-gen APIs](https://developer.atlassian.com/cloud/jira/platform/change-notice-removing-hierarchy-level-ids-from-next-gen-apis/).- Gibt zurück:
this
.
-
levels
Details about the hierarchy level.- Gibt zurück:
this
.
-
build
-
toString
-