public static enum TopicRef.Relationship extends Enum<TopicRef.Relationship>
| Enum Constant and Description |
|---|
ABOUT |
TRANSCRIPTION |
TRANSCRIPTION_SUBTITLES |
TRANSCRIPTION_SUBTITLES_REALTIME |
TWITTER_AUDIENCE |
TWITTER_AUDIENCE_REALTIME |
TWITTER_AUDIENCE_RELATED |
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.collect.ImmutableSet<TopicRef.Relationship> |
all() |
static com.google.common.base.Optional<TopicRef.Relationship> |
fromString(String relationship) |
String |
toString() |
static TopicRef.Relationship |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TopicRef.Relationship[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TopicRef.Relationship ABOUT
public static final TopicRef.Relationship TWITTER_AUDIENCE
public static final TopicRef.Relationship TWITTER_AUDIENCE_RELATED
public static final TopicRef.Relationship TWITTER_AUDIENCE_REALTIME
public static final TopicRef.Relationship TRANSCRIPTION
public static final TopicRef.Relationship TRANSCRIPTION_SUBTITLES
public static final TopicRef.Relationship TRANSCRIPTION_SUBTITLES_REALTIME
public static TopicRef.Relationship[] values()
for (TopicRef.Relationship c : TopicRef.Relationship.values()) System.out.println(c);
public static TopicRef.Relationship 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 String toString()
toString in class Enum<TopicRef.Relationship>public static com.google.common.collect.ImmutableSet<TopicRef.Relationship> all()
public static com.google.common.base.Optional<TopicRef.Relationship> fromString(String relationship)
Copyright © 2014. All rights reserved.