Package de.qytera.qtaf.xray.dto.jira
Class IssueTypeCloudDto
java.lang.Object
de.qytera.qtaf.xray.dto.jira.IssueTypeDto
de.qytera.qtaf.xray.dto.jira.IssueTypeCloudDto
The response when retrieving Jira cloud issue type details.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanUnique ID for next-gen projects.Hierarchy level of the issue type.getScope()Details of the next-gen projects the issue type is available in.inthashCode()voidsetEntityId(String entityId) Unique ID for next-gen projects.voidsetHierarchyLevel(Integer hierarchyLevel) Hierarchy level of the issue type.voidDetails of the next-gen projects the issue type is available in.toString()Methods inherited from class de.qytera.qtaf.xray.dto.jira.IssueTypeDto
getAvatarId, getDescription, getIconUrl, getId, getName, getSelf, getSubtask, setAvatarId, setDescription, setIconUrl, setId, setName, setSelf, setSubtask
-
Constructor Details
-
IssueTypeCloudDto
public IssueTypeCloudDto()
-
-
Method Details
-
getEntityId
Unique ID for next-gen projects. -
getHierarchyLevel
Hierarchy level of the issue type. -
getScope
Details of the next-gen projects the issue type is available in. -
setEntityId
Unique ID for next-gen projects. -
setHierarchyLevel
Hierarchy level of the issue type. -
setScope
Details of the next-gen projects the issue type is available in. -
toString
- Overrides:
toStringin classIssueTypeDto
-
equals
- Overrides:
equalsin classIssueTypeDto
-
canEqual
- Overrides:
canEqualin classIssueTypeDto
-
hashCode
public int hashCode()- Overrides:
hashCodein classIssueTypeDto
-