Uses of Enum Class
com.bytedesk.call.queue.CallQueueEntity.QueueStatus
Packages that use CallQueueEntity.QueueStatus
-
Uses of CallQueueEntity.QueueStatus in com.bytedesk.call.queue
Methods in com.bytedesk.call.queue that return CallQueueEntity.QueueStatusModifier and TypeMethodDescriptionstatic CallQueueEntity.QueueStatusReturns the enum constant of this class with the specified name.static CallQueueEntity.QueueStatus[]CallQueueEntity.QueueStatus.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.QueueStatusModifier and TypeMethodDescriptionCallQueueRepository.findByStatus(CallQueueEntity.QueueStatus status) 根据队列状态查找队列列表CallQueueRepository.findByTypeAndStatus(CallQueueEntity.QueueType type, CallQueueEntity.QueueStatus status) 根据队列类型和状态查找队列CallQueueService.updateQueueStatus(String queueName, CallQueueEntity.QueueStatus status) 更新队列状态