public enum TeamworkActivityTopicSource extends java.lang.Enum<TeamworkActivityTopicSource>
| Enum Constant and Description |
|---|
ENTITY_URL
entity Url
|
TEXT
text
|
UNEXPECTED_VALUE
For TeamworkActivityTopicSource values that were not expected from the service
|
| Modifier and Type | Method and Description |
|---|---|
static TeamworkActivityTopicSource |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TeamworkActivityTopicSource[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TeamworkActivityTopicSource ENTITY_URL
public static final TeamworkActivityTopicSource TEXT
public static final TeamworkActivityTopicSource UNEXPECTED_VALUE
public static TeamworkActivityTopicSource[] values()
for (TeamworkActivityTopicSource c : TeamworkActivityTopicSource.values()) System.out.println(c);
public static TeamworkActivityTopicSource 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