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<?>AssistantRestController.create(AssistantRequest request) AssistantRestService.create(AssistantRequest request) protected org.springframework.data.jpa.domain.Specification<AssistantEntity>AssistantRestService.createSpecification(AssistantRequest request) org.springframework.http.ResponseEntity<?>AssistantRestController.delete(AssistantRequest request) voidAssistantRestService.delete(AssistantRequest request) AssistantRestController.export(AssistantRequest request, jakarta.servlet.http.HttpServletResponse response) org.springframework.http.ResponseEntity<?>AssistantRestController.queryByOrg(AssistantRequest request) org.springframework.http.ResponseEntity<?>AssistantRestController.queryByUid(AssistantRequest request) org.springframework.http.ResponseEntity<?>AssistantRestController.queryByUser(AssistantRequest request) static org.springframework.data.jpa.domain.Specification<AssistantEntity>AssistantSpecification.search(AssistantRequest request, AuthService authService) org.springframework.http.ResponseEntity<?>AssistantRestController.update(AssistantRequest request) AssistantRestService.update(AssistantRequest request)