Enum GetStreamChannelDefault
- java.lang.Object
-
- java.lang.Enum<GetStreamChannelDefault>
-
- com.streamlayer.sdkSettings.common.GetStreamChannelDefault
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,java.io.Serializable,java.lang.Comparable<GetStreamChannelDefault>
public enum GetStreamChannelDefault extends java.lang.Enum<GetStreamChannelDefault> implements com.google.protobuf.Internal.EnumLite
Protobuf enumstreamlayer.sdkSettings.GetStreamChannelDefault
-
-
Enum Constant Summary
Enum Constants Enum Constant Description GETSTREAM_CHANNEL_DEFAULT_FALSEGETSTREAM_CHANNEL_DEFAULT_FALSE = 2;GETSTREAM_CHANNEL_DEFAULT_TRUEGETSTREAM_CHANNEL_DEFAULT_TRUE = 1;GETSTREAM_CHANNEL_DEFAULT_UNSETGETSTREAM_CHANNEL_DEFAULT_UNSET = 0;UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static intGETSTREAM_CHANNEL_DEFAULT_FALSE_VALUEGETSTREAM_CHANNEL_DEFAULT_FALSE = 2;static intGETSTREAM_CHANNEL_DEFAULT_TRUE_VALUEGETSTREAM_CHANNEL_DEFAULT_TRUE = 1;static intGETSTREAM_CHANNEL_DEFAULT_UNSET_VALUEGETSTREAM_CHANNEL_DEFAULT_UNSET = 0;
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static GetStreamChannelDefaultforNumber(int value)intgetNumber()static com.google.protobuf.Internal.EnumLiteMap<GetStreamChannelDefault>internalGetValueMap()static com.google.protobuf.Internal.EnumVerifierinternalGetVerifier()static GetStreamChannelDefaultvalueOf(int value)Deprecated.static GetStreamChannelDefaultvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static GetStreamChannelDefault[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
GETSTREAM_CHANNEL_DEFAULT_UNSET
public static final GetStreamChannelDefault GETSTREAM_CHANNEL_DEFAULT_UNSET
GETSTREAM_CHANNEL_DEFAULT_UNSET = 0;
-
GETSTREAM_CHANNEL_DEFAULT_TRUE
public static final GetStreamChannelDefault GETSTREAM_CHANNEL_DEFAULT_TRUE
GETSTREAM_CHANNEL_DEFAULT_TRUE = 1;
-
GETSTREAM_CHANNEL_DEFAULT_FALSE
public static final GetStreamChannelDefault GETSTREAM_CHANNEL_DEFAULT_FALSE
GETSTREAM_CHANNEL_DEFAULT_FALSE = 2;
-
UNRECOGNIZED
public static final GetStreamChannelDefault UNRECOGNIZED
-
-
Field Detail
-
GETSTREAM_CHANNEL_DEFAULT_UNSET_VALUE
public static final int GETSTREAM_CHANNEL_DEFAULT_UNSET_VALUE
GETSTREAM_CHANNEL_DEFAULT_UNSET = 0;- See Also:
- Constant Field Values
-
GETSTREAM_CHANNEL_DEFAULT_TRUE_VALUE
public static final int GETSTREAM_CHANNEL_DEFAULT_TRUE_VALUE
GETSTREAM_CHANNEL_DEFAULT_TRUE = 1;- See Also:
- Constant Field Values
-
GETSTREAM_CHANNEL_DEFAULT_FALSE_VALUE
public static final int GETSTREAM_CHANNEL_DEFAULT_FALSE_VALUE
GETSTREAM_CHANNEL_DEFAULT_FALSE = 2;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static GetStreamChannelDefault[] 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 (GetStreamChannelDefault c : GetStreamChannelDefault.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static GetStreamChannelDefault 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 GetStreamChannelDefault 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 GetStreamChannelDefault forNumber(int value)
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<GetStreamChannelDefault> internalGetValueMap()
-
internalGetVerifier
public static com.google.protobuf.Internal.EnumVerifier internalGetVerifier()
-
-