Uses of Enum Class
com.bytedesk.call.queue.CallQueueEntity.QueueType
Packages that use CallQueueEntity.QueueType
-
Uses of CallQueueEntity.QueueType in com.bytedesk.call.queue
Methods in com.bytedesk.call.queue that return CallQueueEntity.QueueTypeModifier and TypeMethodDescriptionstatic CallQueueEntity.QueueType
Returns the enum constant of this class with the specified name.static CallQueueEntity.QueueType[]
CallQueueEntity.QueueType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.bytedesk.call.queue with parameters of type CallQueueEntity.QueueTypeModifier and TypeMethodDescriptionCallQueueRepository.findByType
(CallQueueEntity.QueueType type) 根据队列类型查找队列列表CallQueueRepository.findByTypeAndStatus
(CallQueueEntity.QueueType type, CallQueueEntity.QueueStatus status) 根据队列类型和状态查找队列CallQueueService.getQueuesByType
(CallQueueEntity.QueueType type) 根据类型获取队列列表