Uses of Enum Class
de.qytera.qtaf.xray.dto.jira.ProjectDetailsDto.ProjectType
Packages that use ProjectDetailsDto.ProjectType
-
Uses of ProjectDetailsDto.ProjectType in de.qytera.qtaf.xray.dto.jira
Methods in de.qytera.qtaf.xray.dto.jira that return ProjectDetailsDto.ProjectTypeModifier and TypeMethodDescriptionProjectDetailsDto.getProjectTypeKey()Get the project type.Returns the enum constant of this class with the specified name.static ProjectDetailsDto.ProjectType[]ProjectDetailsDto.ProjectType.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 ProjectDetailsDto.ProjectTypeModifier and TypeMethodDescriptionvoidProjectDetailsDto.setProjectTypeKey(ProjectDetailsDto.ProjectType projectType) Set the project type.