Uses of Enum Class
com.atlassian.jira.issue.fields.rest.json.beans.IssueTypeCreateBean.Type
Packages that use IssueTypeCreateBean.Type
-
Uses of IssueTypeCreateBean.Type in com.atlassian.jira.issue.fields.rest.json.beans
Methods in com.atlassian.jira.issue.fields.rest.json.beans that return IssueTypeCreateBean.TypeModifier and TypeMethodDescriptionIssueTypeCreateBean.getType()static IssueTypeCreateBean.TypeReturns the enum constant of this class with the specified name.static IssueTypeCreateBean.Type[]IssueTypeCreateBean.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.jira.issue.fields.rest.json.beans with parameters of type IssueTypeCreateBean.TypeModifier and TypeMethodDescriptionvoidIssueTypeCreateBean.setType(IssueTypeCreateBean.Type type)