@Generated public enum ChannelName extends Enum<ChannelName>
Enum Constant and Description |
---|
CHANNEL_NAME_CURRENT |
CHANNEL_NAME_CUSTOM |
CHANNEL_NAME_PREVIEW |
CHANNEL_NAME_PREVIOUS |
CHANNEL_NAME_UNSPECIFIED |
Modifier and Type | Method and Description |
---|---|
static ChannelName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChannelName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ChannelName CHANNEL_NAME_CURRENT
public static final ChannelName CHANNEL_NAME_CUSTOM
public static final ChannelName CHANNEL_NAME_PREVIEW
public static final ChannelName CHANNEL_NAME_PREVIOUS
public static final ChannelName CHANNEL_NAME_UNSPECIFIED
public static ChannelName[] values()
for (ChannelName c : ChannelName.values()) System.out.println(c);
public static ChannelName valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2023. All rights reserved.