Klasse SimplifiedHierarchyLevel.SimplifiedHierarchyLevelBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.SimplifiedHierarchyLevel.SimplifiedHierarchyLevelBuilder
- Umschließende Klasse:
SimplifiedHierarchyLevel
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungaboveLevelId
(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()
-
Methodendetails
-
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/).- Gibt zurück:
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/).- Gibt zurück:
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/).- Gibt zurück:
this
.
-
hierarchyLevelNumber
public SimplifiedHierarchyLevel.SimplifiedHierarchyLevelBuilder hierarchyLevelNumber(Integer hierarchyLevelNumber) - Gibt zurück:
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/).- Gibt zurück:
this
.
-
issueTypeIds
public SimplifiedHierarchyLevel.SimplifiedHierarchyLevelBuilder issueTypeIds(List<Long> issueTypeIds) The issue types available in this hierarchy level.- Gibt zurück:
this
.
-
level
The level of this item in the hierarchy.- Gibt zurück:
this
.
-
name
The name of this hierarchy level.- Gibt zurück:
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/).- Gibt zurück:
this
.
-
build
-
toString
-