public enum CommunityProfileEventType extends Enum<CommunityProfileEventType> implements Serializable
| 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 CommunityProfileEventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommunityProfileEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommunityProfileEventType UNKNOWN_COMMUNITY_PROFILE_EVENT
public static final CommunityProfileEventType NEW_PERSONAL_PROFILE_EVENT
public static final CommunityProfileEventType NEW_REF_PERSONAL_PROFILE_EVENT
public static final CommunityProfileEventType UPDATED_PERSONAL_PROFILE_EVENT
public static final CommunityProfileEventType DELETED_PERSONAL_PROFILE_EVENT
public static final CommunityProfileEventType NEW_ASSET_IN_COLLECTION_EVENT
public static final CommunityProfileEventType ASSET_REMOVED_FROM_COLLECTION_EVENT
public static final CommunityProfileEventType NEW_PROJECT_IN_COLLECTION_EVENT
public static final CommunityProfileEventType PROJECT_REMOVED_FROM_COLLECTION_EVENT
public static final CommunityProfileEventType NEW_COMMUNITY_IN_COLLECTION_EVENT
public static final CommunityProfileEventType COMMUNITY_REMOVED_FROM_COLLECTION_EVENT
public static final CommunityProfileEventType RESOURCE_IN_COLLECTION_EVENT
public static final CommunityProfileEventType RESOURCE_REMOVED_FROM_COLLECTION_EVENT
public static CommunityProfileEventType[] values()
for (CommunityProfileEventType c : CommunityProfileEventType.values()) System.out.println(c);
public static CommunityProfileEventType 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<CommunityProfileEventType>Copyright © 2018–2019 ODPi. All rights reserved.