Enum Class NoticeEventEnum

java.lang.Object
java.lang.Enum<NoticeEventEnum>
com.mikuac.shiro.enums.NoticeEventEnum
All Implemented Interfaces:
Serializable, Comparable<NoticeEventEnum>, Constable

public enum NoticeEventEnum extends Enum<NoticeEventEnum>
通知类型枚举
  • Enum Constant Details

    • GROUP_UPLOAD

      public static final NoticeEventEnum GROUP_UPLOAD
      群文件上传
    • GROUP_ADMIN

      public static final NoticeEventEnum GROUP_ADMIN
      管理员变动
    • GROUP_DECREASE

      public static final NoticeEventEnum GROUP_DECREASE
      退群
    • GROUP_INCREASE

      public static final NoticeEventEnum GROUP_INCREASE
      加群
    • GROUP_BAN

      public static final NoticeEventEnum GROUP_BAN
      群禁言
    • FRIEND_ADD

      public static final NoticeEventEnum FRIEND_ADD
      加好友
    • GROUP_MSG_DELETE

      public static final NoticeEventEnum GROUP_MSG_DELETE
      群消息撤回
    • PRIVATE_MSG_DELETE

      public static final NoticeEventEnum PRIVATE_MSG_DELETE
      私聊撤回
    • GROUP_CARD_CHANGE

      public static final NoticeEventEnum GROUP_CARD_CHANGE
      群名片变更
    • OFFLINE_FILE

      public static final NoticeEventEnum OFFLINE_FILE
      收到离线文件
    • CHANNEL_CREATED

      public static final NoticeEventEnum CHANNEL_CREATED
      子频道创建
    • CHANNEL_DESTROYED

      public static final NoticeEventEnum CHANNEL_DESTROYED
      子频道删除
    • CHANNEL_UPDATED

      public static final NoticeEventEnum CHANNEL_UPDATED
      子频道信息更新
    • MESSAGE_REACTIONS_UPDATED

      public static final NoticeEventEnum MESSAGE_REACTIONS_UPDATED
      频道消息表情贴更新
  • Method Details

    • values

      public static NoticeEventEnum[] 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

      public static NoticeEventEnum valueOf(String name)
      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 name
      NullPointerException - if the argument is null