Uses of Class
com.bytedesk.core.assistant.AssistantRequest
Packages that use AssistantRequest
Package
Description
Assistant package containing assistant related implementations
-
Uses of AssistantRequest in com.bytedesk.core.assistant
Methods in com.bytedesk.core.assistant with parameters of type AssistantRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>
AssistantController.create
(AssistantRequest request) AssistantService.create
(AssistantRequest request) org.springframework.http.ResponseEntity<?>
AssistantController.delete
(AssistantRequest request) void
AssistantService.delete
(AssistantRequest request) AssistantController.export
(AssistantRequest request, jakarta.servlet.http.HttpServletResponse response) org.springframework.http.ResponseEntity<?>
AssistantController.queryByOrg
(AssistantRequest request) org.springframework.data.domain.Page<AssistantResponse>
AssistantService.queryByOrg
(AssistantRequest request) org.springframework.http.ResponseEntity<?>
AssistantController.queryByUid
(AssistantRequest request) org.springframework.http.ResponseEntity<?>
AssistantController.queryByUser
(AssistantRequest request) org.springframework.data.domain.Page<AssistantResponse>
AssistantService.queryByUser
(AssistantRequest request) org.springframework.http.ResponseEntity<?>
AssistantController.update
(AssistantRequest request) AssistantService.update
(AssistantRequest request)