Enum VisibleStatus
- java.lang.Object
-
- java.lang.Enum<VisibleStatus>
-
- com.streamlayer.sdkSettings.client.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 enumstreamlayer.sdkSettings.client.VisibleStatus
-
-
Enum Constant Summary
Enum Constants Enum Constant Description UNRECOGNIZEDVISIBLE_STATUS_INCOGNITOVISIBLE_STATUS_INCOGNITO = 1;VISIBLE_STATUS_UNSETVISIBLE_STATUS_UNSET = 0;VISIBLE_STATUS_VISIBLEVISIBLE_STATUS_VISIBLE = 2;
-
Field Summary
Fields Modifier and Type Field Description static intVISIBLE_STATUS_INCOGNITO_VALUEVISIBLE_STATUS_INCOGNITO = 1;static intVISIBLE_STATUS_UNSET_VALUEVISIBLE_STATUS_UNSET = 0;static intVISIBLE_STATUS_VISIBLE_VALUEVISIBLE_STATUS_VISIBLE = 2;
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static VisibleStatusforNumber(int value)intgetNumber()static com.google.protobuf.Internal.EnumLiteMap<VisibleStatus>internalGetValueMap()static com.google.protobuf.Internal.EnumVerifierinternalGetVerifier()static VisibleStatusvalueOf(int value)Deprecated.static VisibleStatusvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static VisibleStatus[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
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;
-
UNRECOGNIZED
public static final VisibleStatus UNRECOGNIZED
-
-
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 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 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 namejava.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()
-
-