Uses of Class
com.bytedesk.core.feature.FeatureRequest
Packages that use FeatureRequest
-
Uses of FeatureRequest in com.bytedesk.core.feature
Methods in com.bytedesk.core.feature with parameters of type FeatureRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>FeatureRestController.create(FeatureRequest request) FeatureRestService.create(FeatureRequest request) protected org.springframework.data.jpa.domain.Specification<FeatureEntity>FeatureRestService.createSpecification(FeatureRequest request) org.springframework.http.ResponseEntity<?>FeatureRestController.delete(FeatureRequest request) voidFeatureRestService.delete(FeatureRequest request) FeatureRestController.export(FeatureRequest request, jakarta.servlet.http.HttpServletResponse response) org.springframework.http.ResponseEntity<?>FeatureRestController.queryByOrg(FeatureRequest request) org.springframework.http.ResponseEntity<?>FeatureRestController.queryByUid(FeatureRequest request) org.springframework.http.ResponseEntity<?>FeatureRestController.queryByUser(FeatureRequest request) org.springframework.http.ResponseEntity<?>FeatureRestController.update(FeatureRequest request) FeatureRestService.update(FeatureRequest request)