Uses of Class
com.bytedesk.service.agent.AgentRequest
Packages that use AgentRequest
-
Uses of AgentRequest in com.bytedesk.service.agent
Methods in com.bytedesk.service.agent with parameters of type AgentRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>AgentRestController.create(AgentRequest request) AgentRestService.create(AgentRequest request) protected org.springframework.data.jpa.domain.Specification<AgentEntity>AgentRestService.createSpecification(AgentRequest request) org.springframework.http.ResponseEntity<?>AgentRestController.delete(AgentRequest request) voidAgentRestService.delete(AgentRequest request) AgentRestController.export(AgentRequest request, jakarta.servlet.http.HttpServletResponse response) AgentRestService.query(AgentRequest request) org.springframework.http.ResponseEntity<?>AgentRestController.queryByOrg(AgentRequest request) org.springframework.http.ResponseEntity<?>AgentRestController.queryByUid(AgentRequest request) org.springframework.http.ResponseEntity<?>AgentRestController.queryByUser(AgentRequest request) org.springframework.http.ResponseEntity<?>AgentRestController.queryByUserUid(AgentRequest request) AgentRestService.queryByUserUid(AgentRequest request) 根据指定 userUid 查询单个客服信息 - 若传入 orgUid:按 userUid + orgUid 精确查询 - 未传 orgUid:仅按 userUid 查询static org.springframework.data.jpa.domain.Specification<AgentEntity>AgentSpecification.search(AgentRequest request, AuthService authService) org.springframework.http.ResponseEntity<?>AgentRestController.update(AgentRequest request) AgentRestService.update(AgentRequest request) org.springframework.http.ResponseEntity<?>AgentRestController.updateAutoReply(AgentRequest request) AgentRestService.updateAutoReply(AgentRequest request) org.springframework.http.ResponseEntity<?>AgentRestController.updateAvatar(AgentRequest request) AgentRestService.updateAvatar(AgentRequest request) org.springframework.http.ResponseEntity<?>AgentRestController.updateStatus(AgentRequest request) AgentRestService.updateStatus(AgentRequest request)