Uses of Enum Class
de.qytera.qtaf.xray.dto.jira.UserCloudDto.AccountType
Packages that use UserCloudDto.AccountType
-
Uses of UserCloudDto.AccountType in de.qytera.qtaf.xray.dto.jira
Methods in de.qytera.qtaf.xray.dto.jira that return UserCloudDto.AccountTypeModifier and TypeMethodDescriptionUserCloudDto.getAccountType()Get the account type.static UserCloudDto.AccountTypeReturns the enum constant of this class with the specified name.static UserCloudDto.AccountType[]UserCloudDto.AccountType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.qytera.qtaf.xray.dto.jira with parameters of type UserCloudDto.AccountTypeModifier and TypeMethodDescriptionvoidUserCloudDto.setAccountType(UserCloudDto.AccountType accountType) Set the request's account type.