@PublicApi public enum AffectedIndex extends Enum<AffectedIndex>
Enum Constant and Description |
---|
ALL |
CHANGEHISTORY |
COMMENT |
ISSUE |
SHAREDENTITY |
WORKLOG |
Modifier and Type | Method and Description |
---|---|
static AffectedIndex |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AffectedIndex[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AffectedIndex ISSUE
public static final AffectedIndex COMMENT
public static final AffectedIndex CHANGEHISTORY
public static final AffectedIndex WORKLOG
public static final AffectedIndex SHAREDENTITY
public static final AffectedIndex ALL
public static AffectedIndex[] values()
for (AffectedIndex c : AffectedIndex.values()) System.out.println(c);
public static AffectedIndex 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-2017 Atlassian. All Rights Reserved.