Uses of Enum Class
com.bytedesk.core.enums.ChannelEnum
Packages that use ChannelEnum
Package
Description
Robot message package contains classes for handling robot communication.
Constants package containing system-wide constant definitions
Message handling package containing message models and processors
Thread package containing thread models and handlers
ByteDesk 文件上传包
提供文件上传、存储管理等功能
-
Uses of ChannelEnum in com.bytedesk.ai.robot_message
Fields in com.bytedesk.ai.robot_message declared as ChannelEnum -
Uses of ChannelEnum in com.bytedesk.core.constant
Methods in com.bytedesk.core.constant with parameters of type ChannelEnumModifier and TypeMethodDescriptionprivate static String
AvatarConsts.getAvatarByChannel
(ChannelEnum channel) 根据渠道枚举获取头像 -
Uses of ChannelEnum in com.bytedesk.core.enums
Methods in com.bytedesk.core.enums that return ChannelEnumModifier and TypeMethodDescriptionstatic ChannelEnum
static ChannelEnum
Returns the enum constant of this class with the specified name.static ChannelEnum[]
ChannelEnum.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ChannelEnum in com.bytedesk.core.message
Fields in com.bytedesk.core.message declared as ChannelEnum -
Uses of ChannelEnum in com.bytedesk.core.thread
Fields in com.bytedesk.core.thread declared as ChannelEnum -
Uses of ChannelEnum in com.bytedesk.core.upload
Fields in com.bytedesk.core.upload declared as ChannelEnum -
Uses of ChannelEnum in com.bytedesk.service.visitor
Fields in com.bytedesk.service.visitor declared as ChannelEnum