Uses of Class
com.bytedesk.ai.statistic.StatisticRobotRequest
Packages that use StatisticRobotRequest
Package
Description
Statistics package contains classes for AI-related data analytics and metrics.
-
Uses of StatisticRobotRequest in com.bytedesk.ai.statistic
Methods in com.bytedesk.ai.statistic with parameters of type StatisticRobotRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>
StatisticRobotRestController.create
(StatisticRobotRequest request) StatisticRobotRestService.create
(StatisticRobotRequest request) org.springframework.http.ResponseEntity<?>
StatisticRobotRestController.delete
(StatisticRobotRequest request) void
StatisticRobotRestService.delete
(StatisticRobotRequest request) StatisticRobotRestController.export
(StatisticRobotRequest request, jakarta.servlet.http.HttpServletResponse response) org.springframework.http.ResponseEntity<?>
StatisticRobotRestController.queryByOrg
(StatisticRobotRequest request) org.springframework.data.domain.Page<StatisticRobotResponse>
StatisticRobotRestService.queryByOrg
(StatisticRobotRequest request) org.springframework.http.ResponseEntity<?>
StatisticRobotRestController.queryByUid
(StatisticRobotRequest request) StatisticRobotRestService.queryByUid
(StatisticRobotRequest request) org.springframework.http.ResponseEntity<?>
StatisticRobotRestController.queryByUser
(StatisticRobotRequest request) org.springframework.data.domain.Page<StatisticRobotResponse>
StatisticRobotRestService.queryByUser
(StatisticRobotRequest request) static org.springframework.data.jpa.domain.Specification<StatisticRobotEntity>
StatisticRobotSpecification.search
(StatisticRobotRequest request) org.springframework.http.ResponseEntity<?>
StatisticRobotRestController.update
(StatisticRobotRequest request) StatisticRobotRestService.update
(StatisticRobotRequest request)