Uses of Class
com.bytedesk.kbase.comment.KbaseCommentRequest
Packages that use KbaseCommentRequest
-
Uses of KbaseCommentRequest in com.bytedesk.kbase.comment
Methods in com.bytedesk.kbase.comment with parameters of type KbaseCommentRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>KbaseCommentRestController.create(KbaseCommentRequest request) KbaseCommentRestService.create(KbaseCommentRequest request) protected org.springframework.data.jpa.domain.Specification<KbaseCommentEntity>KbaseCommentRestService.createSpecification(KbaseCommentRequest request) org.springframework.http.ResponseEntity<?>KbaseCommentRestController.delete(KbaseCommentRequest request) voidKbaseCommentRestService.delete(KbaseCommentRequest request) KbaseCommentRestController.export(KbaseCommentRequest request, jakarta.servlet.http.HttpServletResponse response) org.springframework.http.ResponseEntity<?>KbaseCommentRestController.queryByOrg(KbaseCommentRequest request) org.springframework.http.ResponseEntity<?>KbaseCommentRestController.queryByUid(KbaseCommentRequest request) org.springframework.http.ResponseEntity<?>KbaseCommentRestController.queryByUser(KbaseCommentRequest request) static org.springframework.data.jpa.domain.Specification<KbaseCommentEntity>KbaseCommentSpecification.search(KbaseCommentRequest request, AuthService authService) org.springframework.http.ResponseEntity<?>KbaseCommentRestController.update(KbaseCommentRequest request) KbaseCommentRestService.update(KbaseCommentRequest request)