Uses of Enum
com.atlassian.jira.rest.client.api.domain.AssigneeType
Packages that use AssigneeType
Package
Description
-
Uses of AssigneeType in com.atlassian.jira.rest.client.api.domain
Methods in com.atlassian.jira.rest.client.api.domain that return AssigneeTypeModifier and TypeMethodDescriptionComponent.AssigneeInfo.getAssigneeType()Component.AssigneeInfo.getRealAssigneeType()static AssigneeTypeReturns the enum constant of this type with the specified name.static AssigneeType[]AssigneeType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.atlassian.jira.rest.client.api.domain with parameters of type AssigneeTypeModifierConstructorDescriptionAssigneeInfo(BasicUser assignee, AssigneeType assigneeType, BasicUser realAssignee, AssigneeType realAssigneeType, boolean assigneeTypeValid) -
Uses of AssigneeType in com.atlassian.jira.rest.client.api.domain.input
Methods in com.atlassian.jira.rest.client.api.domain.input that return AssigneeTypeConstructors in com.atlassian.jira.rest.client.api.domain.input with parameters of type AssigneeTypeModifierConstructorDescriptionComponentInput(String name, String description, String leadUsername, AssigneeType assigneeType)