public enum CommunitiesEntityType extends java.lang.Enum<CommunitiesEntityType>
Enum Constant and Description |
---|
ACTIVITY
Activity comments.
|
APP
Application community.
|
TOPIC
Topic timeline.
|
UNKNOWN
Unknown community type.
|
USER
User timeline.
|
Modifier and Type | Method and Description |
---|---|
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 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 null(c) Copyright GetSocial BV, 2020. All Rights Reserved.