Package com.mikuac.shiro.enums
Enum Class NoticeEventEnum
- All Implemented Interfaces:
Serializable,Comparable<NoticeEventEnum>,Constable
通知类型枚举
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription子频道创建子频道删除子频道信息更新加好友管理员变动群禁言群名片变更退群加群群消息撤回群文件上传频道消息表情贴更新收到离线文件私聊撤回 -
Method Summary
Modifier and TypeMethodDescriptionstatic NoticeEventEnumReturns the enum constant of this class with the specified name.static NoticeEventEnum[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
GROUP_UPLOAD
群文件上传 -
GROUP_ADMIN
管理员变动 -
GROUP_DECREASE
退群 -
GROUP_INCREASE
加群 -
GROUP_BAN
群禁言 -
FRIEND_ADD
加好友 -
GROUP_MSG_DELETE
群消息撤回 -
PRIVATE_MSG_DELETE
私聊撤回 -
GROUP_CARD_CHANGE
群名片变更 -
OFFLINE_FILE
收到离线文件 -
CHANNEL_CREATED
子频道创建 -
CHANNEL_DESTROYED
子频道删除 -
CHANNEL_UPDATED
子频道信息更新 -
MESSAGE_REACTIONS_UPDATED
频道消息表情贴更新
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-