Enum 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 enum streamlayer.sdkSettings.GetStreamChannelDefault
    • 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;
    • 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 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 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 name
        java.lang.NullPointerException - if the argument is null
      • internalGetValueMap

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

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