Enum InvitationCategory

  • All Implemented Interfaces:
    com.google.protobuf.Internal.EnumLite, java.io.Serializable, java.lang.Comparable<InvitationCategory>

    public enum InvitationCategory
    extends java.lang.Enum<InvitationCategory>
    implements com.google.protobuf.Internal.EnumLite
     category
     
    Protobuf enum streamlayer.analytics.v1.invitations.InvitationCategory
    • Enum Constant Detail

      • INVITATION_CATEGORY_UNSET

        public static final InvitationCategory INVITATION_CATEGORY_UNSET
        INVITATION_CATEGORY_UNSET = 0;
      • INVITATION_CATEGORY_WATCHING

        public static final InvitationCategory INVITATION_CATEGORY_WATCHING
        INVITATION_CATEGORY_WATCHING = 1;
      • INVITATION_CATEGORY_MESSAGING

        public static final InvitationCategory INVITATION_CATEGORY_MESSAGING
        INVITATION_CATEGORY_MESSAGING = 2;
      • INVITATION_CATEGORY_VOICING

        public static final InvitationCategory INVITATION_CATEGORY_VOICING
        INVITATION_CATEGORY_VOICING = 3;
      • INVITATION_CATEGORY_GAMES

        public static final InvitationCategory INVITATION_CATEGORY_GAMES
        INVITATION_CATEGORY_GAMES = 4;
    • Field Detail

      • INVITATION_CATEGORY_UNSET_VALUE

        public static final int INVITATION_CATEGORY_UNSET_VALUE
        INVITATION_CATEGORY_UNSET = 0;
        See Also:
        Constant Field Values
      • INVITATION_CATEGORY_WATCHING_VALUE

        public static final int INVITATION_CATEGORY_WATCHING_VALUE
        INVITATION_CATEGORY_WATCHING = 1;
        See Also:
        Constant Field Values
      • INVITATION_CATEGORY_MESSAGING_VALUE

        public static final int INVITATION_CATEGORY_MESSAGING_VALUE
        INVITATION_CATEGORY_MESSAGING = 2;
        See Also:
        Constant Field Values
      • INVITATION_CATEGORY_VOICING_VALUE

        public static final int INVITATION_CATEGORY_VOICING_VALUE
        INVITATION_CATEGORY_VOICING = 3;
        See Also:
        Constant Field Values
      • INVITATION_CATEGORY_GAMES_VALUE

        public static final int INVITATION_CATEGORY_GAMES_VALUE
        INVITATION_CATEGORY_GAMES = 4;
        See Also:
        Constant Field Values
    • Method Detail

      • values

        public static InvitationCategory[] 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 (InvitationCategory c : InvitationCategory.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static InvitationCategory 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 InvitationCategory 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<InvitationCategory> internalGetValueMap()
      • internalGetVerifier

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