public enum CommunitiesEntityType extends java.lang.Enum<CommunitiesEntityType>
Enum Constant and Description |
---|
ACTIVITY
Activity comments.
|
APP
Application community.
|
GROUP
Group timeline
|
TOPIC
Topic timeline.
|
UNKNOWN
Unknown community type.
|
USER
User timeline.
|
Modifier and Type | Method and Description |
---|---|
static CommunitiesEntityType |
findByValue(int value) |
int |
getValue() |
static CommunitiesEntityType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CommunitiesEntityType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommunitiesEntityType UNKNOWN
public static final CommunitiesEntityType APP
public static final CommunitiesEntityType TOPIC
public static final CommunitiesEntityType GROUP
public static final CommunitiesEntityType USER
public static final CommunitiesEntityType ACTIVITY
public static CommunitiesEntityType[] values()
for (CommunitiesEntityType c : CommunitiesEntityType.values()) System.out.println(c);
public static CommunitiesEntityType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static CommunitiesEntityType findByValue(int value)
public int getValue()
(c) Copyright GetSocial BV, 2020. All Rights Reserved.