public static enum LabelEvent.ResourceType extends Enum<LabelEvent.ResourceType>
| Enum Constant and Description |
|---|
EPIC |
ISSUE |
MERGE_REQUEST |
| Modifier and Type | Method and Description |
|---|---|
static LabelEvent.ResourceType |
forValue(String value) |
String |
toString() |
String |
toValue() |
static LabelEvent.ResourceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LabelEvent.ResourceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LabelEvent.ResourceType ISSUE
public static final LabelEvent.ResourceType EPIC
public static final LabelEvent.ResourceType MERGE_REQUEST
public static LabelEvent.ResourceType[] values()
for (LabelEvent.ResourceType c : LabelEvent.ResourceType.values()) System.out.println(c);
public static LabelEvent.ResourceType 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 nullpublic static LabelEvent.ResourceType forValue(String value)
public String toValue()
public String toString()
toString in class Enum<LabelEvent.ResourceType>Copyright © 2021. All rights reserved.