Enum VisibleStatus

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

    public enum VisibleStatus
    extends java.lang.Enum<VisibleStatus>
    implements com.google.protobuf.Internal.EnumLite
    Protobuf enum streamlayer.sdkSettings.client.VisibleStatus
    • Enum Constant Detail

      • VISIBLE_STATUS_UNSET

        public static final VisibleStatus VISIBLE_STATUS_UNSET
        VISIBLE_STATUS_UNSET = 0;
      • VISIBLE_STATUS_INCOGNITO

        public static final VisibleStatus VISIBLE_STATUS_INCOGNITO
        VISIBLE_STATUS_INCOGNITO = 1;
      • VISIBLE_STATUS_VISIBLE

        public static final VisibleStatus VISIBLE_STATUS_VISIBLE
        VISIBLE_STATUS_VISIBLE = 2;
    • Field Detail

      • VISIBLE_STATUS_UNSET_VALUE

        public static final int VISIBLE_STATUS_UNSET_VALUE
        VISIBLE_STATUS_UNSET = 0;
        See Also:
        Constant Field Values
      • VISIBLE_STATUS_INCOGNITO_VALUE

        public static final int VISIBLE_STATUS_INCOGNITO_VALUE
        VISIBLE_STATUS_INCOGNITO = 1;
        See Also:
        Constant Field Values
      • VISIBLE_STATUS_VISIBLE_VALUE

        public static final int VISIBLE_STATUS_VISIBLE_VALUE
        VISIBLE_STATUS_VISIBLE = 2;
        See Also:
        Constant Field Values
    • Method Detail

      • values

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

        public static VisibleStatus 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 VisibleStatus 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
      • forNumber

        public static VisibleStatus forNumber​(int value)
      • internalGetValueMap

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

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