public static enum AssociatedItem.Type extends Enum<AssociatedItem.Type>
Enum Constant and Description |
---|
APPLICATION_LINK |
APPLICATION_ROLE |
BOARD |
CLUSTER_NODE |
CUSTOM_FIELD |
DASHBOARD |
FEATURE |
FIELD_CONFIG_SCHEME |
FILTER |
GENERAL_CONFIGURATION_OPTION |
GROUP |
ISSUE |
ISSUE_LINK_TYPE |
ISSUE_SECURITY_LEVEL |
ISSUE_TYPE |
JIRA_SERVICE |
LICENSE |
PERMISSIONS |
PLUGIN |
PRIORITY |
PROJECT |
PROJECT_CATEGORY |
PROJECT_COMPONENT |
PROJECT_ROLE |
REMOTE_DIRECTORY |
RESOLUTION |
SCHEME |
SCREEN |
SPRINT |
STATUS |
UNKNOWN_USER |
UNSPECIFIED
Value intended for internal use only.
|
USER |
VERSION |
WORKFLOW |
Modifier and Type | Method and Description |
---|---|
static AssociatedItem.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AssociatedItem.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AssociatedItem.Type USER
public static final AssociatedItem.Type PROJECT
public static final AssociatedItem.Type GROUP
public static final AssociatedItem.Type SCHEME
public static final AssociatedItem.Type REMOTE_DIRECTORY
public static final AssociatedItem.Type WORKFLOW
public static final AssociatedItem.Type PERMISSIONS
public static final AssociatedItem.Type VERSION
public static final AssociatedItem.Type CUSTOM_FIELD
public static final AssociatedItem.Type PROJECT_CATEGORY
public static final AssociatedItem.Type PROJECT_COMPONENT
public static final AssociatedItem.Type PROJECT_ROLE
public static final AssociatedItem.Type LICENSE
public static final AssociatedItem.Type APPLICATION_ROLE
public static final AssociatedItem.Type SCREEN
public static final AssociatedItem.Type SPRINT
public static final AssociatedItem.Type BOARD
public static final AssociatedItem.Type ISSUE_TYPE
public static final AssociatedItem.Type GENERAL_CONFIGURATION_OPTION
public static final AssociatedItem.Type DASHBOARD
public static final AssociatedItem.Type FILTER
public static final AssociatedItem.Type FEATURE
public static final AssociatedItem.Type JIRA_SERVICE
public static final AssociatedItem.Type ISSUE
public static final AssociatedItem.Type FIELD_CONFIG_SCHEME
public static final AssociatedItem.Type ISSUE_LINK_TYPE
public static final AssociatedItem.Type RESOLUTION
public static final AssociatedItem.Type UNKNOWN_USER
public static final AssociatedItem.Type APPLICATION_LINK
public static final AssociatedItem.Type PLUGIN
public static final AssociatedItem.Type CLUSTER_NODE
public static final AssociatedItem.Type STATUS
public static final AssociatedItem.Type PRIORITY
@Internal public static final AssociatedItem.Type UNSPECIFIED
public static final AssociatedItem.Type ISSUE_SECURITY_LEVEL
public static AssociatedItem.Type[] values()
for (AssociatedItem.Type c : AssociatedItem.Type.values()) System.out.println(c);
public static AssociatedItem.Type valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2002-2022 Atlassian. All Rights Reserved.