@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2021-09-03T13:48:26.928+02:00[Europe/Prague]") public class HierarchyLevel extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
HierarchyLevel.GlobalHierarchyLevelEnum
Gets or Sets globalHierarchyLevel
|
| Constructor and Description |
|---|
HierarchyLevel() |
| Modifier and Type | Method and Description |
|---|---|
HierarchyLevel |
aboveLevelId(Long aboveLevelId) |
HierarchyLevel |
addIssueTypeIdsItem(Long issueTypeIdsItem) |
HierarchyLevel |
belowLevelId(Long belowLevelId) |
boolean |
equals(Object o) |
HierarchyLevel |
externalUuid(UUID externalUuid) |
Long |
getAboveLevelId()
The ID of the level above this one in the hierarchy.
|
Long |
getBelowLevelId()
The ID of the level below this one in the hierarchy.
|
UUID |
getExternalUuid()
The external UUID of the hierarchy level.
|
HierarchyLevel.GlobalHierarchyLevelEnum |
getGlobalHierarchyLevel()
Get globalHierarchyLevel
|
Long |
getId()
The ID of the hierarchy level.
|
List<Long> |
getIssueTypeIds()
The issue types available in this hierarchy level.
|
Integer |
getLevel()
The level of this item in the hierarchy.
|
String |
getName()
The name of this hierarchy level.
|
Long |
getProjectConfigurationId()
The ID of the project configuration.
|
HierarchyLevel |
globalHierarchyLevel(HierarchyLevel.GlobalHierarchyLevelEnum globalHierarchyLevel) |
int |
hashCode() |
HierarchyLevel |
id(Long id) |
HierarchyLevel |
issueTypeIds(List<Long> issueTypeIds) |
HierarchyLevel |
level(Integer level) |
HierarchyLevel |
name(String name) |
HierarchyLevel |
projectConfigurationId(Long projectConfigurationId) |
void |
setAboveLevelId(Long aboveLevelId) |
void |
setBelowLevelId(Long belowLevelId) |
void |
setExternalUuid(UUID externalUuid) |
void |
setGlobalHierarchyLevel(HierarchyLevel.GlobalHierarchyLevelEnum globalHierarchyLevel) |
void |
setId(Long id) |
void |
setIssueTypeIds(List<Long> issueTypeIds) |
void |
setLevel(Integer level) |
void |
setName(String name) |
void |
setProjectConfigurationId(Long projectConfigurationId) |
String |
toString() |
public HierarchyLevel id(Long id)
public Long getId()
public void setId(Long id)
public HierarchyLevel name(String name)
public String getName()
public void setName(String name)
public HierarchyLevel aboveLevelId(Long aboveLevelId)
public Long getAboveLevelId()
public void setAboveLevelId(Long aboveLevelId)
public HierarchyLevel belowLevelId(Long belowLevelId)
public Long getBelowLevelId()
public void setBelowLevelId(Long belowLevelId)
public HierarchyLevel projectConfigurationId(Long projectConfigurationId)
public Long getProjectConfigurationId()
public void setProjectConfigurationId(Long projectConfigurationId)
public HierarchyLevel level(Integer level)
public Integer getLevel()
public void setLevel(Integer level)
public HierarchyLevel issueTypeIds(List<Long> issueTypeIds)
public HierarchyLevel addIssueTypeIdsItem(Long issueTypeIdsItem)
public List<Long> getIssueTypeIds()
public HierarchyLevel externalUuid(UUID externalUuid)
public UUID getExternalUuid()
public void setExternalUuid(UUID externalUuid)
public HierarchyLevel globalHierarchyLevel(HierarchyLevel.GlobalHierarchyLevelEnum globalHierarchyLevel)
public HierarchyLevel.GlobalHierarchyLevelEnum getGlobalHierarchyLevel()
public void setGlobalHierarchyLevel(HierarchyLevel.GlobalHierarchyLevelEnum globalHierarchyLevel)
Copyright © 2011–2023 Everit Kft.. All rights reserved.