Klasse SimplifiedHierarchyLevel

java.lang.Object
io.github.primelib.jira4j.restv2.model.SimplifiedHierarchyLevel

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class SimplifiedHierarchyLevel extends Object
SimplifiedHierarchyLevel
  • Felddetails

    • aboveLevelId

      protected Long 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/).
    • belowLevelId

      protected Long 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/).
    • externalUuid

      protected UUID 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/).
    • hierarchyLevelNumber

      protected Integer hierarchyLevelNumber
    • id

      protected Long 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/).
    • issueTypeIds

      protected List<Long> issueTypeIds
      The issue types available in this hierarchy level.
    • level

      protected Integer level
      The level of this item in the hierarchy.
    • name

      protected String name
      The name of this hierarchy level.
    • projectConfigurationId

      protected 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/).
  • Konstruktordetails

    • SimplifiedHierarchyLevel

      public SimplifiedHierarchyLevel(Consumer<SimplifiedHierarchyLevel> spec)
      Constructs a validated instance of SimplifiedHierarchyLevel.
      Parameter:
      spec - the specification to process
    • SimplifiedHierarchyLevel

      @Internal public SimplifiedHierarchyLevel(Long aboveLevelId, Long belowLevelId, UUID externalUuid, Integer hierarchyLevelNumber, Long id, List<Long> issueTypeIds, Integer level, String name, Long projectConfigurationId)
      Constructs a validated instance of SimplifiedHierarchyLevel.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using SimplifiedHierarchyLevel(Consumer) instead.

      Parameter:
      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/).
      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/).
      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/).
      hierarchyLevelNumber - var.name
      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/).
      issueTypeIds - The issue types available in this hierarchy level.
      level - The level of this item in the hierarchy.
      name - The name of this hierarchy level.
      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/).
    • SimplifiedHierarchyLevel

      protected SimplifiedHierarchyLevel()
  • Methodendetails

    • builder

    • aboveLevelId

      public Long 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/).
    • belowLevelId

      public Long 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/).
    • externalUuid

      public UUID 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/).
    • hierarchyLevelNumber

      public Integer hierarchyLevelNumber()
    • id

      public Long 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/).
    • issueTypeIds

      public List<Long> issueTypeIds()
      The issue types available in this hierarchy level.
    • level

      public Integer level()
      The level of this item in the hierarchy.
    • name

      public String name()
      The name of this hierarchy level.
    • projectConfigurationId

      public 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/).
    • aboveLevelId

      public SimplifiedHierarchyLevel aboveLevelId(Long 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

      public SimplifiedHierarchyLevel belowLevelId(Long 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

      public SimplifiedHierarchyLevel externalUuid(UUID 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 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 issueTypeIds(List<Long> issueTypeIds)
      The issue types available in this hierarchy level.
      Gibt zurück:
      this.
    • level

      public SimplifiedHierarchyLevel level(Integer level)
      The level of this item in the hierarchy.
      Gibt zurück:
      this.
    • name

      public SimplifiedHierarchyLevel name(String name)
      The name of this hierarchy level.
      Gibt zurück:
      this.
    • projectConfigurationId

      public SimplifiedHierarchyLevel 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.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object