Enum TopicType
- java.lang.Object
-
- java.lang.Enum<TopicType>
-
- com.streamlayer.analytics.common.v1.TopicType
-
-
Enum Constant Summary
Enum Constants Enum Constant Description TOPIC_TYPE_CALLTOPIC_TYPE_CALL = 1;TOPIC_TYPE_CHATTOPIC_TYPE_CHAT = 2;TOPIC_TYPE_FANTASYTOPIC_TYPE_FANTASY = 3;TOPIC_TYPE_LINKTOPIC_TYPE_LINK = 10;TOPIC_TYPE_MESSAGETOPIC_TYPE_MESSAGE = 11;TOPIC_TYPE_POLLSTOPIC_TYPE_POLLS = 4;TOPIC_TYPE_POLLS_INSIGHTTOPIC_TYPE_POLLS_INSIGHT = 8;TOPIC_TYPE_POLLS_POLLTOPIC_TYPE_POLLS_POLL = 5;TOPIC_TYPE_POLLS_PREDICTIONTOPIC_TYPE_POLLS_PREDICTION = 7;TOPIC_TYPE_POLLS_PROMOTIONRequired to be passed along with a sub-typeTOPIC_TYPE_POLLS_TRIVIATOPIC_TYPE_POLLS_TRIVIA = 6;TOPIC_TYPE_POLLS_TWITTERTOPIC_TYPE_POLLS_TWITTER = 9;TOPIC_TYPE_PUBLIC_CHATTOPIC_TYPE_PUBLIC_CHAT = 13;TOPIC_TYPE_UNSETTOPIC_TYPE_UNSET = 0;UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static intTOPIC_TYPE_CALL_VALUETOPIC_TYPE_CALL = 1;static intTOPIC_TYPE_CHAT_VALUETOPIC_TYPE_CHAT = 2;static intTOPIC_TYPE_FANTASY_VALUETOPIC_TYPE_FANTASY = 3;static intTOPIC_TYPE_LINK_VALUETOPIC_TYPE_LINK = 10;static intTOPIC_TYPE_MESSAGE_VALUETOPIC_TYPE_MESSAGE = 11;static intTOPIC_TYPE_POLLS_INSIGHT_VALUETOPIC_TYPE_POLLS_INSIGHT = 8;static intTOPIC_TYPE_POLLS_POLL_VALUETOPIC_TYPE_POLLS_POLL = 5;static intTOPIC_TYPE_POLLS_PREDICTION_VALUETOPIC_TYPE_POLLS_PREDICTION = 7;static intTOPIC_TYPE_POLLS_PROMOTION_VALUERequired to be passed along with a sub-typestatic intTOPIC_TYPE_POLLS_TRIVIA_VALUETOPIC_TYPE_POLLS_TRIVIA = 6;static intTOPIC_TYPE_POLLS_TWITTER_VALUETOPIC_TYPE_POLLS_TWITTER = 9;static intTOPIC_TYPE_POLLS_VALUETOPIC_TYPE_POLLS = 4;static intTOPIC_TYPE_PUBLIC_CHAT_VALUETOPIC_TYPE_PUBLIC_CHAT = 13;static intTOPIC_TYPE_UNSET_VALUETOPIC_TYPE_UNSET = 0;
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static TopicTypeforNumber(int value)intgetNumber()static com.google.protobuf.Internal.EnumLiteMap<TopicType>internalGetValueMap()static com.google.protobuf.Internal.EnumVerifierinternalGetVerifier()static TopicTypevalueOf(int value)Deprecated.static TopicTypevalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TopicType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
TOPIC_TYPE_UNSET
public static final TopicType TOPIC_TYPE_UNSET
TOPIC_TYPE_UNSET = 0;
-
TOPIC_TYPE_CALL
public static final TopicType TOPIC_TYPE_CALL
TOPIC_TYPE_CALL = 1;
-
TOPIC_TYPE_CHAT
public static final TopicType TOPIC_TYPE_CHAT
TOPIC_TYPE_CHAT = 2;
-
TOPIC_TYPE_FANTASY
public static final TopicType TOPIC_TYPE_FANTASY
TOPIC_TYPE_FANTASY = 3;
-
TOPIC_TYPE_POLLS
public static final TopicType TOPIC_TYPE_POLLS
TOPIC_TYPE_POLLS = 4;
-
TOPIC_TYPE_POLLS_POLL
public static final TopicType TOPIC_TYPE_POLLS_POLL
TOPIC_TYPE_POLLS_POLL = 5;
-
TOPIC_TYPE_POLLS_TRIVIA
public static final TopicType TOPIC_TYPE_POLLS_TRIVIA
TOPIC_TYPE_POLLS_TRIVIA = 6;
-
TOPIC_TYPE_POLLS_PREDICTION
public static final TopicType TOPIC_TYPE_POLLS_PREDICTION
TOPIC_TYPE_POLLS_PREDICTION = 7;
-
TOPIC_TYPE_POLLS_INSIGHT
public static final TopicType TOPIC_TYPE_POLLS_INSIGHT
TOPIC_TYPE_POLLS_INSIGHT = 8;
-
TOPIC_TYPE_POLLS_TWITTER
public static final TopicType TOPIC_TYPE_POLLS_TWITTER
TOPIC_TYPE_POLLS_TWITTER = 9;
-
TOPIC_TYPE_LINK
public static final TopicType TOPIC_TYPE_LINK
TOPIC_TYPE_LINK = 10;
-
TOPIC_TYPE_MESSAGE
public static final TopicType TOPIC_TYPE_MESSAGE
TOPIC_TYPE_MESSAGE = 11;
-
TOPIC_TYPE_POLLS_PROMOTION
public static final TopicType TOPIC_TYPE_POLLS_PROMOTION
Required to be passed along with a sub-type
TOPIC_TYPE_POLLS_PROMOTION = 12;
-
TOPIC_TYPE_PUBLIC_CHAT
public static final TopicType TOPIC_TYPE_PUBLIC_CHAT
TOPIC_TYPE_PUBLIC_CHAT = 13;
-
UNRECOGNIZED
public static final TopicType UNRECOGNIZED
-
-
Field Detail
-
TOPIC_TYPE_UNSET_VALUE
public static final int TOPIC_TYPE_UNSET_VALUE
TOPIC_TYPE_UNSET = 0;- See Also:
- Constant Field Values
-
TOPIC_TYPE_CALL_VALUE
public static final int TOPIC_TYPE_CALL_VALUE
TOPIC_TYPE_CALL = 1;- See Also:
- Constant Field Values
-
TOPIC_TYPE_CHAT_VALUE
public static final int TOPIC_TYPE_CHAT_VALUE
TOPIC_TYPE_CHAT = 2;- See Also:
- Constant Field Values
-
TOPIC_TYPE_FANTASY_VALUE
public static final int TOPIC_TYPE_FANTASY_VALUE
TOPIC_TYPE_FANTASY = 3;- See Also:
- Constant Field Values
-
TOPIC_TYPE_POLLS_VALUE
public static final int TOPIC_TYPE_POLLS_VALUE
TOPIC_TYPE_POLLS = 4;- See Also:
- Constant Field Values
-
TOPIC_TYPE_POLLS_POLL_VALUE
public static final int TOPIC_TYPE_POLLS_POLL_VALUE
TOPIC_TYPE_POLLS_POLL = 5;- See Also:
- Constant Field Values
-
TOPIC_TYPE_POLLS_TRIVIA_VALUE
public static final int TOPIC_TYPE_POLLS_TRIVIA_VALUE
TOPIC_TYPE_POLLS_TRIVIA = 6;- See Also:
- Constant Field Values
-
TOPIC_TYPE_POLLS_PREDICTION_VALUE
public static final int TOPIC_TYPE_POLLS_PREDICTION_VALUE
TOPIC_TYPE_POLLS_PREDICTION = 7;- See Also:
- Constant Field Values
-
TOPIC_TYPE_POLLS_INSIGHT_VALUE
public static final int TOPIC_TYPE_POLLS_INSIGHT_VALUE
TOPIC_TYPE_POLLS_INSIGHT = 8;- See Also:
- Constant Field Values
-
TOPIC_TYPE_POLLS_TWITTER_VALUE
public static final int TOPIC_TYPE_POLLS_TWITTER_VALUE
TOPIC_TYPE_POLLS_TWITTER = 9;- See Also:
- Constant Field Values
-
TOPIC_TYPE_LINK_VALUE
public static final int TOPIC_TYPE_LINK_VALUE
TOPIC_TYPE_LINK = 10;- See Also:
- Constant Field Values
-
TOPIC_TYPE_MESSAGE_VALUE
public static final int TOPIC_TYPE_MESSAGE_VALUE
TOPIC_TYPE_MESSAGE = 11;- See Also:
- Constant Field Values
-
TOPIC_TYPE_POLLS_PROMOTION_VALUE
public static final int TOPIC_TYPE_POLLS_PROMOTION_VALUE
Required to be passed along with a sub-type
TOPIC_TYPE_POLLS_PROMOTION = 12;- See Also:
- Constant Field Values
-
TOPIC_TYPE_PUBLIC_CHAT_VALUE
public static final int TOPIC_TYPE_PUBLIC_CHAT_VALUE
TOPIC_TYPE_PUBLIC_CHAT = 13;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static TopicType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (TopicType c : TopicType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static TopicType valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
getNumber
public final int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite
-
valueOf
@Deprecated public static TopicType valueOf(int value)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
forNumber
public static TopicType forNumber(int value)
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<TopicType> internalGetValueMap()
-
internalGetVerifier
public static com.google.protobuf.Internal.EnumVerifier internalGetVerifier()
-
-