public static enum IJEMHDataTypes.ThreadMatchLimitType extends Enum<IJEMHDataTypes.ThreadMatchLimitType>
Enum Constant and Description |
---|
matchesJql |
none |
notWithResolutions |
open |
openOrResolvedInLast30days |
Modifier and Type | Method and Description |
---|---|
static IJEMHDataTypes.ThreadMatchLimitType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IJEMHDataTypes.ThreadMatchLimitType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IJEMHDataTypes.ThreadMatchLimitType none
public static final IJEMHDataTypes.ThreadMatchLimitType open
public static final IJEMHDataTypes.ThreadMatchLimitType openOrResolvedInLast30days
public static final IJEMHDataTypes.ThreadMatchLimitType notWithResolutions
public static final IJEMHDataTypes.ThreadMatchLimitType matchesJql
public static IJEMHDataTypes.ThreadMatchLimitType[] values()
for (IJEMHDataTypes.ThreadMatchLimitType c : IJEMHDataTypes.ThreadMatchLimitType.values()) System.out.println(c);
public static IJEMHDataTypes.ThreadMatchLimitType 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 © 2008–2022 The Plugin People. All rights reserved.