Uses of Class
com.bytedesk.service.visitor_thread.VisitorThreadRequest
Packages that use VisitorThreadRequest
-
Uses of VisitorThreadRequest in com.bytedesk.service.visitor_thread
Methods in com.bytedesk.service.visitor_thread with parameters of type VisitorThreadRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>VisitorThreadController.create(VisitorThreadRequest request) VisitorThreadService.create(VisitorThreadRequest request) protected org.springframework.data.jpa.domain.Specification<VisitorThreadEntity>VisitorThreadService.createSpecification(VisitorThreadRequest request) org.springframework.http.ResponseEntity<?>VisitorThreadController.delete(VisitorThreadRequest request) voidVisitorThreadService.delete(VisitorThreadRequest entity) VisitorThreadController.export(VisitorThreadRequest request, jakarta.servlet.http.HttpServletResponse response) org.springframework.http.ResponseEntity<?>VisitorThreadController.queryByOrg(VisitorThreadRequest request) org.springframework.http.ResponseEntity<?>VisitorThreadController.queryByUid(VisitorThreadRequest request) org.springframework.http.ResponseEntity<?>VisitorThreadController.queryByUser(VisitorThreadRequest request) static org.springframework.data.jpa.domain.Specification<VisitorThreadEntity>VisitorThreadSpecification.search(VisitorThreadRequest request, AuthService authService) org.springframework.http.ResponseEntity<?>VisitorThreadController.update(VisitorThreadRequest request) VisitorThreadService.update(VisitorThreadRequest request)