public enum KudosEntityType extends Enum<KudosEntityType>
| Enum Constant and Description |
|---|
ACTIVITY |
COMMENT |
SPACE_PROFILE |
SPACE_TIPTIP |
USER_PROFILE |
USER_TIPTIP |
| Modifier and Type | Method and Description |
|---|---|
static KudosEntityType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KudosEntityType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KudosEntityType ACTIVITY
public static final KudosEntityType COMMENT
public static final KudosEntityType USER_PROFILE
public static final KudosEntityType USER_TIPTIP
public static final KudosEntityType SPACE_PROFILE
public static final KudosEntityType SPACE_TIPTIP
public static KudosEntityType[] values()
for (KudosEntityType c : KudosEntityType.values()) System.out.println(c);
public static KudosEntityType 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 nullCopyright © 2003–2019 eXo Platform SAS. All rights reserved.