Class SimplifiedHierarchyLevel.SimplifiedHierarchyLevelBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.SimplifiedHierarchyLevel.SimplifiedHierarchyLevelBuilder
- Enclosing class:
- SimplifiedHierarchyLevel
-
Method Summary
Modifier and TypeMethodDescriptionaboveLevelId
(Long aboveLevelId) The ID of the level above this one in the hierarchy.belowLevelId
(Long belowLevelId) The ID of the level below this one in the hierarchy.build()
externalUuid
(UUID externalUuid) The external UUID of the hierarchy level.hierarchyLevelNumber
(Integer hierarchyLevelNumber) The ID of the hierarchy level.issueTypeIds
(List<Long> issueTypeIds) The issue types available in this hierarchy level.The level of this item in the hierarchy.The name of this hierarchy level.projectConfigurationId
(Long projectConfigurationId) The ID of the project configuration.toString()
-
Method Details
-
aboveLevelId
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](https://developer.atlassian.com/cloud/jira/platform/change-notice-removing-hierarchy-level-ids-from-next-gen-apis/).- Returns:
this
.
-
belowLevelId
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](https://developer.atlassian.com/cloud/jira/platform/change-notice-removing-hierarchy-level-ids-from-next-gen-apis/).- Returns:
this
.
-
externalUuid
The external UUID of the hierarchy 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
.
-
hierarchyLevelNumber
public SimplifiedHierarchyLevel.SimplifiedHierarchyLevelBuilder hierarchyLevelNumber(Integer hierarchyLevelNumber) - Returns:
this
.
-
id
The ID of the hierarchy 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
.
-
issueTypeIds
public SimplifiedHierarchyLevel.SimplifiedHierarchyLevelBuilder issueTypeIds(List<Long> issueTypeIds) The issue types available in this hierarchy level.- Returns:
this
.
-
level
The level of this item in the hierarchy.- Returns:
this
.
-
name
The name of this hierarchy level.- Returns:
this
.
-
projectConfigurationId
public SimplifiedHierarchyLevel.SimplifiedHierarchyLevelBuilder projectConfigurationId(Long projectConfigurationId) The ID of the project configuration. This property is deprecated, see [Change oticen: 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
.
-
build
-
toString
-