Uses of Enum Class
com.bytedesk.call.agent.CallAgentEntity.AgentStatus
Packages that use CallAgentEntity.AgentStatus
-
Uses of CallAgentEntity.AgentStatus in com.bytedesk.call.agent
Methods in com.bytedesk.call.agent that return CallAgentEntity.AgentStatusModifier and TypeMethodDescriptionstatic CallAgentEntity.AgentStatus
Returns the enum constant of this class with the specified name.static CallAgentEntity.AgentStatus[]
CallAgentEntity.AgentStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.bytedesk.call.agent with parameters of type CallAgentEntity.AgentStatusModifier and TypeMethodDescriptionCallAgentRepository.findByStatus
(CallAgentEntity.AgentStatus status) 根据坐席状态查找坐席列表CallAgentRepository.findByStatusAndMode
(CallAgentEntity.AgentStatus status, CallAgentEntity.AgentMode mode) 查找所有就绪状态的坐席CallAgentService.updateAgentStatus
(String agentId, CallAgentEntity.AgentStatus status) 更新坐席状态