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) static org.springframework.data.jpa.domain.Specification<AgentEntity>AgentSpecification.search(AgentRequest request, AuthService authService) org.springframework.http.ResponseEntity<?>AgentRestController.syncCurrentThreadCount(AgentRequest request) AgentRestService.syncCurrentThreadCount(AgentRequest request) 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) -
Uses of AgentRequest in com.bytedesk.service.settings
Methods in com.bytedesk.service.settings with parameters of type AgentRequestModifier and TypeMethodDescriptionServiceSettingsService.formatAgentAutoReplySettings(AgentRequest request) ServiceSettingsService.formatAgentMessageLeaveSettings(AgentRequest request) ServiceSettingsService.formatAgentQueueSettings(AgentRequest request) ServiceSettingsService.formatAgentServiceSettings(AgentRequest request)