public enum CommunityProfileOutboundEventType extends Enum<CommunityProfileOutboundEventType> implements Serializable
| Enum Constant and Description |
|---|
CLASSIFIED_ELEMENT_EVENT |
DECLASSIFIED_ELEMENT_EVENT |
DELETED_ELEMENT_EVENT |
KARMA_POINT_PLATEAU_EVENT |
NEW_ELEMENT_EVENT |
RECLASSIFIED_ELEMENT_EVENT |
UNKNOWN_COMMUNITY_PROFILE_EVENT |
UPDATED_ELEMENT_EVENT |
| Modifier and Type | Method and Description |
|---|---|
int |
getEventTypeCode()
Return the int identifier used for indexing based on the enum.
|
String |
getEventTypeDescription()
Return the default description for the enum value - used when natural resource
bundle is not available.
|
String |
getEventTypeName()
Return the string name used for messages that include the enum.
|
String |
toString()
JSON-style toString
|
static CommunityProfileOutboundEventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommunityProfileOutboundEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommunityProfileOutboundEventType UNKNOWN_COMMUNITY_PROFILE_EVENT
public static final CommunityProfileOutboundEventType NEW_ELEMENT_EVENT
public static final CommunityProfileOutboundEventType UPDATED_ELEMENT_EVENT
public static final CommunityProfileOutboundEventType DELETED_ELEMENT_EVENT
public static final CommunityProfileOutboundEventType CLASSIFIED_ELEMENT_EVENT
public static final CommunityProfileOutboundEventType RECLASSIFIED_ELEMENT_EVENT
public static final CommunityProfileOutboundEventType DECLASSIFIED_ELEMENT_EVENT
public static final CommunityProfileOutboundEventType KARMA_POINT_PLATEAU_EVENT
public static CommunityProfileOutboundEventType[] values()
for (CommunityProfileOutboundEventType c : CommunityProfileOutboundEventType.values()) System.out.println(c);
public static CommunityProfileOutboundEventType 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 int getEventTypeCode()
public String getEventTypeName()
public String getEventTypeDescription()
public String toString()
toString in class Enum<CommunityProfileOutboundEventType>Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.