@PublicApi public enum InsightObjectEventType extends Enum<InsightObjectEventType>
| Enum Constant and Description |
|---|
ATTACHMENT_ADDED |
ATTACHMENT_DELETED |
COMMENT_ADDED |
COMMENT_DELETED |
COMMENT_EDITED |
OBJECT_ARCHIVED |
OBJECT_CREATED |
OBJECT_DELETED |
OBJECT_MOVED |
OBJECT_RESTORED |
OBJECT_UPDATED |
| Modifier and Type | Method and Description |
|---|---|
String |
getEventTypeNameAsI18()
Deprecated.
|
String |
getI18nKey() |
long |
getValue() |
static InsightObjectEventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InsightObjectEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InsightObjectEventType OBJECT_CREATED
public static final InsightObjectEventType OBJECT_UPDATED
public static final InsightObjectEventType OBJECT_DELETED
public static final InsightObjectEventType OBJECT_MOVED
public static final InsightObjectEventType ATTACHMENT_ADDED
public static final InsightObjectEventType ATTACHMENT_DELETED
public static final InsightObjectEventType COMMENT_ADDED
public static final InsightObjectEventType COMMENT_EDITED
public static final InsightObjectEventType COMMENT_DELETED
public static final InsightObjectEventType OBJECT_ARCHIVED
public static final InsightObjectEventType OBJECT_RESTORED
public static InsightObjectEventType[] values()
for (InsightObjectEventType c : InsightObjectEventType.values()) System.out.println(c);
public static InsightObjectEventType 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 long getValue()
public String getI18nKey()
@Deprecated public String getEventTypeNameAsI18()
ObjectEventTranslator.getEventTypeNameAsI18(InsightObjectEventType) insteadCopyright © 2024 Atlassian. All rights reserved.