Enum 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 enum streamlayer.analytics.v1.notifications.NotificationKind
    • 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;
    • 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 name
        java.lang.NullPointerException - if the argument is null
      • getNumber

        public final int getNumber()
        Specified by:
        getNumber in interface com.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 name
        java.lang.NullPointerException - if the argument is null
      • internalGetValueMap

        public static com.google.protobuf.Internal.EnumLiteMap<NotificationKind> internalGetValueMap()
      • internalGetVerifier

        public static com.google.protobuf.Internal.EnumVerifier internalGetVerifier()