Enum NotificationKind
- java.lang.Object
-
- java.lang.Enum<NotificationKind>
-
- com.streamlayer.analytics.notifications.v1.NotificationKind
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,java.io.Serializable,java.lang.Comparable<NotificationKind>
public enum NotificationKind extends java.lang.Enum<NotificationKind> implements com.google.protobuf.Internal.EnumLite
notification kind
Protobuf enumstreamlayer.analytics.v1.notifications.NotificationKind
-
-
Enum Constant Summary
Enum Constants Enum Constant Description NOTIFICATION_KIND_CALLNOTIFICATION_KIND_CALL = 2;NOTIFICATION_KIND_GROUP_CALLNOTIFICATION_KIND_GROUP_CALL = 6;NOTIFICATION_KIND_INPLAYNOTIFICATION_KIND_INPLAY = 5;NOTIFICATION_KIND_MESSAGENOTIFICATION_KIND_MESSAGE = 1;NOTIFICATION_KIND_MISSED_CALLNOTIFICATION_KIND_MISSED_CALL = 7;NOTIFICATION_KIND_MISSED_GROUP_CALLNOTIFICATION_KIND_MISSED_GROUP_CALL = 8;NOTIFICATION_KIND_POLLSNOTIFICATION_KIND_POLLS = 10;NOTIFICATION_KIND_TWITTERNOTIFICATION_KIND_TWITTER = 3;NOTIFICATION_KIND_UNSETNOTIFICATION_KIND_UNSET = 0;NOTIFICATION_KIND_WATCH_PARTYNOTIFICATION_KIND_WATCH_PARTY = 9;NOTIFICATION_KIND_WAVENOTIFICATION_KIND_WAVE = 4;UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static intNOTIFICATION_KIND_CALL_VALUENOTIFICATION_KIND_CALL = 2;static intNOTIFICATION_KIND_GROUP_CALL_VALUENOTIFICATION_KIND_GROUP_CALL = 6;static intNOTIFICATION_KIND_INPLAY_VALUENOTIFICATION_KIND_INPLAY = 5;static intNOTIFICATION_KIND_MESSAGE_VALUENOTIFICATION_KIND_MESSAGE = 1;static intNOTIFICATION_KIND_MISSED_CALL_VALUENOTIFICATION_KIND_MISSED_CALL = 7;static intNOTIFICATION_KIND_MISSED_GROUP_CALL_VALUENOTIFICATION_KIND_MISSED_GROUP_CALL = 8;static intNOTIFICATION_KIND_POLLS_VALUENOTIFICATION_KIND_POLLS = 10;static intNOTIFICATION_KIND_TWITTER_VALUENOTIFICATION_KIND_TWITTER = 3;static intNOTIFICATION_KIND_UNSET_VALUENOTIFICATION_KIND_UNSET = 0;static intNOTIFICATION_KIND_WATCH_PARTY_VALUENOTIFICATION_KIND_WATCH_PARTY = 9;static intNOTIFICATION_KIND_WAVE_VALUENOTIFICATION_KIND_WAVE = 4;
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static NotificationKindforNumber(int value)intgetNumber()static com.google.protobuf.Internal.EnumLiteMap<NotificationKind>internalGetValueMap()static com.google.protobuf.Internal.EnumVerifierinternalGetVerifier()static NotificationKindvalueOf(int value)Deprecated.static NotificationKindvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static NotificationKind[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
NOTIFICATION_KIND_UNSET
public static final NotificationKind NOTIFICATION_KIND_UNSET
NOTIFICATION_KIND_UNSET = 0;
-
NOTIFICATION_KIND_MESSAGE
public static final NotificationKind NOTIFICATION_KIND_MESSAGE
NOTIFICATION_KIND_MESSAGE = 1;
-
NOTIFICATION_KIND_CALL
public static final NotificationKind NOTIFICATION_KIND_CALL
NOTIFICATION_KIND_CALL = 2;
-
NOTIFICATION_KIND_TWITTER
public static final NotificationKind NOTIFICATION_KIND_TWITTER
NOTIFICATION_KIND_TWITTER = 3;
-
NOTIFICATION_KIND_WAVE
public static final NotificationKind NOTIFICATION_KIND_WAVE
NOTIFICATION_KIND_WAVE = 4;
-
NOTIFICATION_KIND_INPLAY
public static final NotificationKind NOTIFICATION_KIND_INPLAY
NOTIFICATION_KIND_INPLAY = 5;
-
NOTIFICATION_KIND_GROUP_CALL
public static final NotificationKind NOTIFICATION_KIND_GROUP_CALL
NOTIFICATION_KIND_GROUP_CALL = 6;
-
NOTIFICATION_KIND_MISSED_CALL
public static final NotificationKind NOTIFICATION_KIND_MISSED_CALL
NOTIFICATION_KIND_MISSED_CALL = 7;
-
NOTIFICATION_KIND_MISSED_GROUP_CALL
public static final NotificationKind NOTIFICATION_KIND_MISSED_GROUP_CALL
NOTIFICATION_KIND_MISSED_GROUP_CALL = 8;
-
NOTIFICATION_KIND_WATCH_PARTY
public static final NotificationKind NOTIFICATION_KIND_WATCH_PARTY
NOTIFICATION_KIND_WATCH_PARTY = 9;
-
NOTIFICATION_KIND_POLLS
public static final NotificationKind NOTIFICATION_KIND_POLLS
NOTIFICATION_KIND_POLLS = 10;
-
UNRECOGNIZED
public static final NotificationKind UNRECOGNIZED
-
-
Field Detail
-
NOTIFICATION_KIND_UNSET_VALUE
public static final int NOTIFICATION_KIND_UNSET_VALUE
NOTIFICATION_KIND_UNSET = 0;- See Also:
- Constant Field Values
-
NOTIFICATION_KIND_MESSAGE_VALUE
public static final int NOTIFICATION_KIND_MESSAGE_VALUE
NOTIFICATION_KIND_MESSAGE = 1;- See Also:
- Constant Field Values
-
NOTIFICATION_KIND_CALL_VALUE
public static final int NOTIFICATION_KIND_CALL_VALUE
NOTIFICATION_KIND_CALL = 2;- See Also:
- Constant Field Values
-
NOTIFICATION_KIND_TWITTER_VALUE
public static final int NOTIFICATION_KIND_TWITTER_VALUE
NOTIFICATION_KIND_TWITTER = 3;- See Also:
- Constant Field Values
-
NOTIFICATION_KIND_WAVE_VALUE
public static final int NOTIFICATION_KIND_WAVE_VALUE
NOTIFICATION_KIND_WAVE = 4;- See Also:
- Constant Field Values
-
NOTIFICATION_KIND_INPLAY_VALUE
public static final int NOTIFICATION_KIND_INPLAY_VALUE
NOTIFICATION_KIND_INPLAY = 5;- See Also:
- Constant Field Values
-
NOTIFICATION_KIND_GROUP_CALL_VALUE
public static final int NOTIFICATION_KIND_GROUP_CALL_VALUE
NOTIFICATION_KIND_GROUP_CALL = 6;- See Also:
- Constant Field Values
-
NOTIFICATION_KIND_MISSED_CALL_VALUE
public static final int NOTIFICATION_KIND_MISSED_CALL_VALUE
NOTIFICATION_KIND_MISSED_CALL = 7;- See Also:
- Constant Field Values
-
NOTIFICATION_KIND_MISSED_GROUP_CALL_VALUE
public static final int NOTIFICATION_KIND_MISSED_GROUP_CALL_VALUE
NOTIFICATION_KIND_MISSED_GROUP_CALL = 8;- See Also:
- Constant Field Values
-
NOTIFICATION_KIND_WATCH_PARTY_VALUE
public static final int NOTIFICATION_KIND_WATCH_PARTY_VALUE
NOTIFICATION_KIND_WATCH_PARTY = 9;- See Also:
- Constant Field Values
-
NOTIFICATION_KIND_POLLS_VALUE
public static final int NOTIFICATION_KIND_POLLS_VALUE
NOTIFICATION_KIND_POLLS = 10;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static NotificationKind[] 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 (NotificationKind c : NotificationKind.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static NotificationKind 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 NotificationKind 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 NotificationKind forNumber(int value)
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<NotificationKind> internalGetValueMap()
-
internalGetVerifier
public static com.google.protobuf.Internal.EnumVerifier internalGetVerifier()
-
-