Class Hierarchy
java.lang.Object
io.github.primelib.jira4j.restv3.model.Hierarchy
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class Hierarchy
extends Object
Hierarchy
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Long
The ID of the base level.protected List<SimplifiedHierarchyLevel>
Details about the hierarchy level. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe ID of the base level.baseLevelId
(Long baseLevelId) The ID of the base level.static Hierarchy.HierarchyBuilder
builder()
protected boolean
boolean
int
hashCode()
levels()
Details about the hierarchy level.levels
(List<SimplifiedHierarchyLevel> levels) Details about the hierarchy level.toString()
-
Field 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/). -
levels
Details about the hierarchy level.
-
-
Constructor Details
-
Hierarchy
Constructs a validated instance ofHierarchy
.- Parameters:
spec
- the specification to process
-
Hierarchy
Constructs a validated instance ofHierarchy
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
Hierarchy(Consumer)
instead.- Parameters:
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/).levels
- Details about the hierarchy level.
-
Hierarchy
protected Hierarchy()
-
-
Method Details
-
builder
-
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/). -
levels
Details about the hierarchy level. -
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
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-