public static enum SlackMessagePosted.MessageSubType extends java.lang.Enum<SlackMessagePosted.MessageSubType>
| Modifier and Type | Method and Description |
|---|---|
static SlackMessagePosted.MessageSubType |
fromCode(java.lang.String code) |
java.lang.String |
getCode() |
static SlackMessagePosted.MessageSubType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SlackMessagePosted.MessageSubType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SlackMessagePosted.MessageSubType BOT_MESSAGE
public static final SlackMessagePosted.MessageSubType CHANNEL_ARCHIVE
public static final SlackMessagePosted.MessageSubType CHANNEL_JOIN
public static final SlackMessagePosted.MessageSubType CHANNEL_LEAVE
public static final SlackMessagePosted.MessageSubType CHANNEL_LEFT
public static final SlackMessagePosted.MessageSubType CHANNEL_NAME
public static final SlackMessagePosted.MessageSubType CHANNEL_PURPOSE
public static final SlackMessagePosted.MessageSubType CHANNEL_TOPIC
public static final SlackMessagePosted.MessageSubType CHANNEL_UNARCHIVE
public static final SlackMessagePosted.MessageSubType FILE_COMMENT
public static final SlackMessagePosted.MessageSubType FILE_MENTION
public static final SlackMessagePosted.MessageSubType FILE_SHARE
public static final SlackMessagePosted.MessageSubType GROUP_JOIN
public static final SlackMessagePosted.MessageSubType GROUP_LEAVE
public static final SlackMessagePosted.MessageSubType GROUP_NAME
public static final SlackMessagePosted.MessageSubType GROUP_PURPOSE
public static final SlackMessagePosted.MessageSubType GROUP_TOPIC
public static final SlackMessagePosted.MessageSubType GROUP_UNARCHIVE
public static final SlackMessagePosted.MessageSubType ME_MESSAGE
public static final SlackMessagePosted.MessageSubType MESSAGE_CHANGED
public static final SlackMessagePosted.MessageSubType MESSAGE_DELETED
public static final SlackMessagePosted.MessageSubType PINNED_ITEM
public static final SlackMessagePosted.MessageSubType UNPINNED_ITEM
public static final SlackMessagePosted.MessageSubType MESSAGE_REPLIED
public static final SlackMessagePosted.MessageSubType UNKNOWN
public static SlackMessagePosted.MessageSubType[] values()
for (SlackMessagePosted.MessageSubType c : SlackMessagePosted.MessageSubType.values()) System.out.println(c);
public static SlackMessagePosted.MessageSubType 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 nullpublic static final SlackMessagePosted.MessageSubType fromCode(java.lang.String code)
public java.lang.String getCode()