Package de.qytera.qtaf.xray.dto.jira
Class UserCloudDto
java.lang.Object
de.qytera.qtaf.xray.dto.jira.UserDto<ApplicationRoleCloudDto,GroupCloudDto>
de.qytera.qtaf.xray.dto.jira.UserCloudDto
The DTO for Jira Cloud when working with users.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe account ID of the user, which uniquely identifies the user across all Atlassian products.Get the account type.inthashCode()voidsetAccountId(String accountId) The account ID of the user, which uniquely identifies the user across all Atlassian products.voidsetAccountType(UserCloudDto.AccountType accountType) Set the request's account type.toString()Methods inherited from class de.qytera.qtaf.xray.dto.jira.UserDto
getActive, getApplicationRoles, getAvatarUrls, getDisplayName, getEmailAddress, getExpand, getGroups, getLocale, getSelf, getTimeZone, setActive, setApplicationRoles, setAvatarUrls, setDisplayName, setEmailAddress, setExpand, setGroups, setLocale, setSelf, setTimeZone
-
Constructor Details
-
UserCloudDto
public UserCloudDto()
-
-
Method Details
-
setAccountType
Set the request's account type.- Parameters:
accountType- the account type
-
getAccountType
Get the account type.- Returns:
- the account type or null if not set
-
getAccountId
The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, 5b10ac8d82e05b22cc7d4ef5. Required in requests. -
setAccountId
The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, 5b10ac8d82e05b22cc7d4ef5. Required in requests. -
toString
- Overrides:
toStringin classUserDto<ApplicationRoleCloudDto,GroupCloudDto>
-
equals
- Overrides:
equalsin classUserDto<ApplicationRoleCloudDto,GroupCloudDto>
-
canEqual
- Overrides:
canEqualin classUserDto<ApplicationRoleCloudDto,GroupCloudDto>
-
hashCode
public int hashCode()- Overrides:
hashCodein classUserDto<ApplicationRoleCloudDto,GroupCloudDto>
-