Uses of Enum Class
de.qytera.qtaf.xray.dto.jira.ComponentDto.AssigneeType
Packages that use ComponentDto.AssigneeType
-
Uses of ComponentDto.AssigneeType in de.qytera.qtaf.xray.dto.jira
Methods in de.qytera.qtaf.xray.dto.jira that return ComponentDto.AssigneeTypeModifier and TypeMethodDescriptionComponentDto.getAssigneeType()The nominal user type used to determine the assignee for issues created with a component.ComponentDto.getRealAssigneeType()The type of the assignee that is assigned to issues created with this component, when an assignee cannot be set from theComponentDto.getAssigneeType().static ComponentDto.AssigneeTypeReturns the enum constant of this class with the specified name.static ComponentDto.AssigneeType[]ComponentDto.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 ComponentDto.AssigneeTypeModifier and TypeMethodDescriptionvoidComponentDto.setAssigneeType(ComponentDto.AssigneeType assigneeType) The nominal user type used to determine the assignee for issues created with a component.voidComponentDto.setRealAssigneeType(ComponentDto.AssigneeType realAssigneeType) The type of the assignee that is assigned to issues created with this component, when an assignee cannot be set from theComponentDto.getAssigneeType().