@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-10-28T14:12:40.546+01:00[Europe/Prague]") public class IssueTypeWithStatus extends Object
| Constructor and Description |
|---|
IssueTypeWithStatus() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getId()
The ID of the issue type.
|
String |
getName()
The name of the issue type.
|
String |
getSelf()
The URL of the issue type's status details.
|
List<StatusDetails> |
getStatuses()
List of status details for the issue type.
|
Boolean |
getSubtask()
Whether this issue type represents subtasks.
|
int |
hashCode() |
String |
toString() |
public String getSelf()
public String getId()
public String getName()
public Boolean getSubtask()
public List<StatusDetails> getStatuses()
Copyright © 2011–2021 Everit Kft.. All rights reserved.