Uses of Class
com.bytedesk.service.agent.AgentResponse
Packages that use AgentResponse
-
Uses of AgentResponse in com.bytedesk.service.agent
Methods in com.bytedesk.service.agent that return AgentResponseModifier and TypeMethodDescriptionAgentRestService.convertToResponse
(AgentEntity entity) AgentRestService.create
(AgentRequest request) AgentRestService.query
(AgentRequest request) AgentRestService.queryDetail
(String uid) AgentRestService.syncCurrentThreadCount
(AgentRequest request) AgentRestService.update
(AgentRequest request) AgentRestService.updateAutoReply
(AgentRequest request) AgentRestService.updateAvatar
(AgentRequest request) AgentRestService.updateStatus
(AgentRequest request) Methods in com.bytedesk.service.agent that return types with arguments of type AgentResponseModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<AgentResponse>
AgentRestService.queryByOrg
(AgentRequest request) org.springframework.data.domain.Page<AgentResponse>
AgentRestService.queryByUser
(AgentRequest request) -
Uses of AgentResponse in com.bytedesk.service.utils
Methods in com.bytedesk.service.utils that return AgentResponseModifier and TypeMethodDescriptionstatic AgentResponse
ServiceConvertUtils.convertToAgentResponse
(AgentEntity agent)