Class Hierarchy.HierarchyBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.Hierarchy.HierarchyBuilder
- Enclosing class:
- Hierarchy
-
Method Summary
Modifier and TypeMethodDescriptionbaseLevelId
(Long baseLevelId) The ID of the base level.build()
levels
(List<SimplifiedHierarchyLevel> levels) Details about the hierarchy level.toString()
-
Method Details
-
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/).- Returns:
this
.
-
levels
Details about the hierarchy level.- Returns:
this
.
-
build
-
toString
-