Uses of Class
com.bytedesk.voc.feedback.FeedbackRequest
Packages that use FeedbackRequest
-
Uses of FeedbackRequest in com.bytedesk.voc.feedback
Methods in com.bytedesk.voc.feedback with parameters of type FeedbackRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>FeedbackRestController.create(FeedbackRequest request) FeedbackRestService.create(FeedbackRequest request) protected org.springframework.data.jpa.domain.Specification<FeedbackEntity>FeedbackRestService.createSpecification(FeedbackRequest request) org.springframework.http.ResponseEntity<?>FeedbackRestController.delete(FeedbackRequest request) voidFeedbackRestService.delete(FeedbackRequest request) FeedbackRestController.export(FeedbackRequest request, jakarta.servlet.http.HttpServletResponse response) org.springframework.http.ResponseEntity<?>FeedbackRestController.queryByOrg(FeedbackRequest request) org.springframework.http.ResponseEntity<?>FeedbackRestController.queryByUid(FeedbackRequest request) org.springframework.http.ResponseEntity<?>FeedbackRestController.queryByUser(FeedbackRequest request) static org.springframework.data.jpa.domain.Specification<FeedbackEntity>FeedbackSpecification.search(FeedbackRequest request, AuthService authService) org.springframework.http.ResponseEntity<?>FeedbackRestControllerVisitor.submitFeedback(FeedbackRequest request) org.springframework.http.ResponseEntity<?>FeedbackRestController.update(FeedbackRequest request) FeedbackRestService.update(FeedbackRequest request)