@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2021-09-03T13:48:17.349+02:00[Europe/Prague]") public class IssueTypeDetails extends Object
| Constructor and Description |
|---|
IssueTypeDetails() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getAvatarId()
The ID of the issue type's avatar.
|
String |
getDescription()
The description of the issue type.
|
UUID |
getEntityId()
Unique ID for next-gen projects.
|
Integer |
getHierarchyLevel()
Hierarchy level of the issue type.
|
String |
getIconUrl()
The URL of the issue type's avatar.
|
String |
getId()
The ID of the issue type.
|
String |
getName()
The name of the issue type.
|
Scope |
getScope()
Details of the next-gen projects the issue type is available in.
|
String |
getSelf()
The URL of these issue type details.
|
Boolean |
getSubtask()
Whether this issue type is used to create subtasks.
|
int |
hashCode() |
String |
toString() |
public String getSelf()
public String getId()
public String getDescription()
public String getIconUrl()
public String getName()
public Boolean getSubtask()
public Long getAvatarId()
public UUID getEntityId()
public Integer getHierarchyLevel()
public Scope getScope()
Copyright © 2011–2021 Everit Kft.. All rights reserved.