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