Uses of Class
com.bytedesk.kbase.quick_reply.QuickReplyRequest
Packages that use QuickReplyRequest
-
Uses of QuickReplyRequest in com.bytedesk.kbase.quick_reply
Methods in com.bytedesk.kbase.quick_reply with parameters of type QuickReplyRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>QuickReplyRestController.create(QuickReplyRequest request) QuickReplyRestService.create(QuickReplyRequest request) protected org.springframework.data.jpa.domain.Specification<QuickReplyEntity>QuickReplyRestService.createSpecification(QuickReplyRequest request) org.springframework.http.ResponseEntity<?>QuickReplyRestController.delete(QuickReplyRequest request) voidQuickReplyRestService.delete(QuickReplyRequest entity) org.springframework.http.ResponseEntity<?>QuickReplyRestController.enable(QuickReplyRequest request) QuickReplyRestService.enable(QuickReplyRequest request) QuickReplyRestController.export(QuickReplyRequest request, jakarta.servlet.http.HttpServletResponse response) org.springframework.http.ResponseEntity<?>QuickReplyRestController.queryByOrg(QuickReplyRequest request) org.springframework.http.ResponseEntity<?>QuickReplyRestController.queryByUid(QuickReplyRequest request) org.springframework.http.ResponseEntity<?>QuickReplyRestController.queryByUser(QuickReplyRequest request) static org.springframework.data.jpa.domain.Specification<QuickReplyEntity>QuickReplySpecification.search(QuickReplyRequest request, AuthService authService) org.springframework.http.ResponseEntity<?>QuickReplyRestController.update(QuickReplyRequest request) QuickReplyRestService.update(QuickReplyRequest request)