Package de.qytera.qtaf.xray.dto.jira
Class GroupCloudDto
java.lang.Object
de.qytera.qtaf.xray.dto.jira.GroupDto
de.qytera.qtaf.xray.dto.jira.GroupCloudDto
A group a Jira user can belong to.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe ID of the group, which uniquely identifies the group across all Atlassian products.inthashCode()voidsetGroupId(String groupId) The ID of the group, which uniquely identifies the group across all Atlassian products.toString()
-
Constructor Details
-
GroupCloudDto
public GroupCloudDto()
-
-
Method Details
-
getGroupId
The ID of the group, which uniquely identifies the group across all Atlassian products. For example, 952d12c3-5b5b-4d04-bb32-44d383afc4b2. -
setGroupId
The ID of the group, which uniquely identifies the group across all Atlassian products. For example, 952d12c3-5b5b-4d04-bb32-44d383afc4b2. -
toString
-
equals
-
canEqual
-
hashCode
public int hashCode()
-