Enum Class ActionPathEnum

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

public enum ActionPathEnum extends Enum<ActionPathEnum> implements ActionPath

ActionPathEnum class.

  • Enum Constant Details

    • SEND_PRIVATE_MSG

      public static final ActionPathEnum SEND_PRIVATE_MSG
      发送私聊消息
    • SEND_GROUP_MSG

      public static final ActionPathEnum SEND_GROUP_MSG
      发送群消息
    • DELETE_MSG

      public static final ActionPathEnum DELETE_MSG
      撤回消息
    • GET_MSG

      public static final ActionPathEnum GET_MSG
      获取消息
    • SET_GROUP_KICK

      public static final ActionPathEnum SET_GROUP_KICK
      群组踢人
    • SET_GROUP_BAN

      public static final ActionPathEnum SET_GROUP_BAN
      群组单人禁言
    • SET_GROUP_WHOLE_BAN

      public static final ActionPathEnum SET_GROUP_WHOLE_BAN
      群组全体禁言
    • SET_GROUP_ADMIN

      public static final ActionPathEnum SET_GROUP_ADMIN
      群组设置管理员
    • SET_GROUP_ANONYMOUS

      public static final ActionPathEnum SET_GROUP_ANONYMOUS
      群组匿名
    • SET_GROUP_CARD

      public static final ActionPathEnum SET_GROUP_CARD
      设置群名片(群备注)
    • SET_GROUP_NAME

      public static final ActionPathEnum SET_GROUP_NAME
      设置群名
    • SET_GROUP_LEAVE

      public static final ActionPathEnum SET_GROUP_LEAVE
      退出群组
    • SET_GROUP_SPECIAL_TITLE

      public static final ActionPathEnum SET_GROUP_SPECIAL_TITLE
      设置群组专属头衔
    • SET_FRIEND_ADD_REQUEST

      public static final ActionPathEnum SET_FRIEND_ADD_REQUEST
      处理加好友请求
    • SET_GROUP_ADD_REQUEST

      public static final ActionPathEnum SET_GROUP_ADD_REQUEST
      《处理加群请求/邀请
    • GET_LOGIN_INFO

      public static final ActionPathEnum GET_LOGIN_INFO
      《获取登录号信息
    • GET_STRANGER_INFO

      public static final ActionPathEnum GET_STRANGER_INFO
      获取陌生人信息
    • GET_FRIEND_LIST

      public static final ActionPathEnum GET_FRIEND_LIST
      获取好友列表
    • DELETE_FRIEND

      public static final ActionPathEnum DELETE_FRIEND
      删除好友
    • GET_GROUP_INFO

      public static final ActionPathEnum GET_GROUP_INFO
      获取群信息
    • GET_GROUP_LIST

      public static final ActionPathEnum GET_GROUP_LIST
      获取群列表
    • GET_GROUP_MEMBER_INFO

      public static final ActionPathEnum GET_GROUP_MEMBER_INFO
      获取群成员信息
    • GET_GROUP_MEMBER_LIST

      public static final ActionPathEnum GET_GROUP_MEMBER_LIST
      获取群成员列表
    • GET_GROUP_HONOR_INFO

      public static final ActionPathEnum GET_GROUP_HONOR_INFO
      获取群荣誉信息
    • CAN_SEND_IMAGE

      public static final ActionPathEnum CAN_SEND_IMAGE
      检查是否可以发送图片
    • CAN_SEND_RECORD

      public static final ActionPathEnum CAN_SEND_RECORD
      检查是否可以发送语音
    • SET_GROUP_PORTRAIT

      public static final ActionPathEnum SET_GROUP_PORTRAIT
      设置群头像
    • CHECK_URL_SAFELY

      public static final ActionPathEnum CHECK_URL_SAFELY
      检查链接安全性
    • SEN_GROUP_NOTICE

      public static final ActionPathEnum SEN_GROUP_NOTICE
      发送群公告
    • GET_GROUP_AT_ALL_REMAIN

      public static final ActionPathEnum GET_GROUP_AT_ALL_REMAIN
      获取群 @全体成员 剩余次数
    • UPLOAD_GROUP_FILE

      public static final ActionPathEnum UPLOAD_GROUP_FILE
      上传群文件
    • SET_GROUP_ANONYMOUS_BAN

      public static final ActionPathEnum SET_GROUP_ANONYMOUS_BAN
      群组匿名用户禁言
    • DOWNLOAD_FILE

      public static final ActionPathEnum DOWNLOAD_FILE
      下载文件到缓存目录
    • SEND_GROUP_FORWARD_MSG

      public static final ActionPathEnum SEND_GROUP_FORWARD_MSG
      发送合并转发 (群)
    • GET_GROUP_ROOT_FILES

      public static final ActionPathEnum GET_GROUP_ROOT_FILES
      获取群根目录文件列表
    • GET_GROUP_FILES_BY_FOLDER

      public static final ActionPathEnum GET_GROUP_FILES_BY_FOLDER
      获取群子目录文件列表
    • SET_ESSENCE_MSG

      public static final ActionPathEnum SET_ESSENCE_MSG
      设置精华消息
    • DELETE_ESSENCE_MSG

      public static final ActionPathEnum DELETE_ESSENCE_MSG
      移出精华消息
    • GET_ESSENCE_MSG_LIST

      public static final ActionPathEnum GET_ESSENCE_MSG_LIST
      获取精华消息列表
    • GET_GUILD_SERVICE_PROFILE

      public static final ActionPathEnum GET_GUILD_SERVICE_PROFILE
      获取频道系统内BOT的资料
    • GET_GUILD_LIST

      public static final ActionPathEnum GET_GUILD_LIST
      获取频道列表
    • GET_GUILD_MSG

      public static final ActionPathEnum GET_GUILD_MSG
      获取频道消息
    • GET_GUILD_META_BY_GUEST

      public static final ActionPathEnum GET_GUILD_META_BY_GUEST
      通过访客获取频道元数据
    • GET_GUILD_CHANNEL_LIST

      public static final ActionPathEnum GET_GUILD_CHANNEL_LIST
      获取子频道列表
    • GET_GUILD_MEMBER_LIST

      public static final ActionPathEnum GET_GUILD_MEMBER_LIST
      获取频道成员列表
    • GET_GUILD_MEMBER_PROFILE

      public static final ActionPathEnum GET_GUILD_MEMBER_PROFILE
      单独获取频道成员信息
    • SEND_GUILD_CHANNEL_MSG

      public static final ActionPathEnum SEND_GUILD_CHANNEL_MSG
      发送信息到子频道
    • GET_TOPIC_CHANNEL_FEEDS

      public static final ActionPathEnum GET_TOPIC_CHANNEL_FEEDS
      获取话题频道帖子
    • SEND_PRIVATE_FORWARD_MSG

      public static final ActionPathEnum SEND_PRIVATE_FORWARD_MSG
      发送合并转发 (私聊)
    • SET_QQ_PROFILE

      public static final ActionPathEnum SET_QQ_PROFILE
      设置QQ资料
    • GET_WORD_SLICES

      public static final ActionPathEnum GET_WORD_SLICES
      获取中文分词
    • GET_ONLINE_CLIENTS

      public static final ActionPathEnum GET_ONLINE_CLIENTS
      获取当前账号在线客户端列表
    • OCR_IMAGE

      public static final ActionPathEnum OCR_IMAGE
      图片 OCR
    • SEND_FORWARD_MSG

      public static final ActionPathEnum SEND_FORWARD_MSG
      合并转发
    • UPLOAD_PRIVATE_FILE

      public static final ActionPathEnum UPLOAD_PRIVATE_FILE
      上传私聊文件
    • SEND_GROUP_SIGN

      public static final ActionPathEnum SEND_GROUP_SIGN
      群打卡
    • GET_UNIDIRECTIONAL_FRIEND_LIST

      public static final ActionPathEnum GET_UNIDIRECTIONAL_FRIEND_LIST
      获取单向好友列表
    • DELETE_UNIDIRECTIONAL_FRIEND

      public static final ActionPathEnum DELETE_UNIDIRECTIONAL_FRIEND
      删除单向好友
    • CREATE_GROUP_FILE_FOLDER

      public static final ActionPathEnum CREATE_GROUP_FILE_FOLDER
      创建群文件文件夹
    • DELETE_GROUP_FOLDER

      public static final ActionPathEnum DELETE_GROUP_FOLDER
      删除群文件文件夹
    • DELETE_GROUP_FILE

      public static final ActionPathEnum DELETE_GROUP_FILE
      删除群文件
    • GET_GROUP_FILE_URL

      public static final ActionPathEnum GET_GROUP_FILE_URL
      获取群文件资源链接
    • SEND_LIKE

      public static final ActionPathEnum SEND_LIKE
      发送好友赞
    • GET_STATUS

      public static final ActionPathEnum GET_STATUS
      获取状态
  • Method Details

    • values

      public static ActionPathEnum[] 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 ActionPathEnum 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
    • getPath

      public String getPath()
      获取自定义请求路径路径

      获取请求路径

      Specified by:
      getPath in interface ActionPath
      Returns:
      请求路径