Uses of Enum Class
com.bytedesk.service.queue.QueueTypeEnum
Packages that use QueueTypeEnum
Package
Description
队列成员包
管理客服系统的排队和会话分配
-
Uses of QueueTypeEnum in com.bytedesk.service.queue
Methods in com.bytedesk.service.queue that return QueueTypeEnumModifier and TypeMethodDescriptionstatic QueueTypeEnumReturns the enum constant of this class with the specified name.static QueueTypeEnum[]QueueTypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.bytedesk.service.queue with parameters of type QueueTypeEnumModifier and TypeMethodDescriptionprivate QueueMemberEntityQueueService.createNewQueueMember(ThreadEntity threadEntity, UserProtobuf agent, WorkgroupEntity workgroupEntity, QueueTypeEnum queueType) 创建新的队列成员private QueueMemberEntityQueueService.enqueueToQueue(ThreadEntity threadEntity, UserProtobuf agent, WorkgroupEntity workgroupEntity, QueueTypeEnum queueType) 统一的入队方法private QueueMemberEntityQueueService.handleExistingMember(QueueMemberEntity member, UserProtobuf agent, ThreadEntity threadEntity, QueueTypeEnum queueType) 处理已存在的队列成员 -
Uses of QueueTypeEnum in com.bytedesk.service.queue_member
Methods in com.bytedesk.service.queue_member with parameters of type QueueTypeEnumModifier and TypeMethodDescriptionintQueueMemberRestService.nextQueueNumber(QueueEntity queue, QueueTypeEnum queueType)