Uses of Enum Class
com.bytedesk.call.agent.CallAgentEntity.AgentMode
Packages that use CallAgentEntity.AgentMode
-
Uses of CallAgentEntity.AgentMode in com.bytedesk.call.agent
Methods in com.bytedesk.call.agent that return CallAgentEntity.AgentModeModifier and TypeMethodDescriptionstatic CallAgentEntity.AgentMode
Returns the enum constant of this class with the specified name.static CallAgentEntity.AgentMode[]
CallAgentEntity.AgentMode.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.AgentModeModifier and TypeMethodDescriptionCallAgentRepository.findByMode
(CallAgentEntity.AgentMode mode) 根据坐席模式查找坐席列表CallAgentRepository.findByStatusAndMode
(CallAgentEntity.AgentStatus status, CallAgentEntity.AgentMode mode) 查找所有就绪状态的坐席CallAgentService.updateAgentMode
(String agentId, CallAgentEntity.AgentMode mode) 更新坐席模式