public static enum CommandAlert.Slack.EmojiCase extends java.lang.Enum<CommandAlert.Slack.EmojiCase> implements com.google.protobuf.Internal.EnumLite
Enum Constant and Description |
---|
EMOJI_NOT_SET |
ICON_EMOJI |
ICON_URL |
Modifier and Type | Method and Description |
---|---|
static CommandAlert.Slack.EmojiCase |
forNumber(int value) |
int |
getNumber() |
static CommandAlert.Slack.EmojiCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static CommandAlert.Slack.EmojiCase |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CommandAlert.Slack.EmojiCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommandAlert.Slack.EmojiCase ICON_EMOJI
public static final CommandAlert.Slack.EmojiCase ICON_URL
public static final CommandAlert.Slack.EmojiCase EMOJI_NOT_SET
public static CommandAlert.Slack.EmojiCase[] values()
for (CommandAlert.Slack.EmojiCase c : CommandAlert.Slack.EmojiCase.values()) System.out.println(c);
public static CommandAlert.Slack.EmojiCase valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null@Deprecated public static CommandAlert.Slack.EmojiCase valueOf(int value)
forNumber(int)
instead.value
- The number of the enum to look for.public static CommandAlert.Slack.EmojiCase forNumber(int value)
public int getNumber()
getNumber
in interface com.google.protobuf.Internal.EnumLite