Uses of Enum Class
de.qytera.qtaf.xray.dto.jira.ProjectDto.AssigneeType
Packages that use ProjectDto.AssigneeType
-
Uses of ProjectDto.AssigneeType in de.qytera.qtaf.xray.dto.jira
Methods in de.qytera.qtaf.xray.dto.jira that return ProjectDto.AssigneeTypeModifier and TypeMethodDescriptionProjectDto.getAssigneeType()The default assignee when creating issues for this project.static ProjectDto.AssigneeTypeReturns the enum constant of this class with the specified name.static ProjectDto.AssigneeType[]ProjectDto.AssigneeType.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 ProjectDto.AssigneeTypeModifier and TypeMethodDescriptionvoidProjectDto.setAssigneeType(ProjectDto.AssigneeType assigneeType) The default assignee when creating issues for this project.