@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-11-13T15:26:43.813+01:00[Europe/Prague]") public class IssueTypeIssueCreateMetadata extends Object
| Constructor and Description |
|---|
IssueTypeIssueCreateMetadata() |
| 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.
|
String |
getExpand()
Expand options that include additional issue type metadata details in the response.
|
Map<String,FieldMetadata> |
getFields()
List of the fields available when creating an issue for the issue type.
|
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 Long getAvatarId()
public String getDescription()
public UUID getEntityId()
public String getExpand()
public Map<String,FieldMetadata> getFields()
public Integer getHierarchyLevel()
public String getIconUrl()
public String getId()
public String getName()
public Scope getScope()
public String getSelf()
public Boolean getSubtask()
Copyright © 2011–2023 Everit Kft.. All rights reserved.