Uses of Enum Class
com.atlassian.jira.web.component.admin.group.GroupLabelView.LabelType
Packages that use GroupLabelView.LabelType
-
Uses of GroupLabelView.LabelType in com.atlassian.jira.rest.v2.admin
Methods in com.atlassian.jira.rest.v2.admin that return GroupLabelView.LabelTypeConstructors in com.atlassian.jira.rest.v2.admin with parameters of type GroupLabelView.LabelTypeModifierConstructorDescriptionGroupLabelBean(String text, String title, GroupLabelView.LabelType type) -
Uses of GroupLabelView.LabelType in com.atlassian.jira.web.component.admin.group
Methods in com.atlassian.jira.web.component.admin.group that return GroupLabelView.LabelTypeModifier and TypeMethodDescriptionGroupLabelView.getType()static GroupLabelView.LabelTypeReturns the enum constant of this class with the specified name.static GroupLabelView.LabelType[]GroupLabelView.LabelType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.atlassian.jira.web.component.admin.group with parameters of type GroupLabelView.LabelTypeModifierConstructorDescriptionGroupLabelView(String text, String title, GroupLabelView.LabelType type)