Uses of Class
com.bytedesk.service.statistic_report.StatisticReportResponse
Packages that use StatisticReportResponse
-
Uses of StatisticReportResponse in com.bytedesk.service.statistic_report
Methods in com.bytedesk.service.statistic_report that return StatisticReportResponseModifier and TypeMethodDescriptionStatisticReportRestService.convertToResponse
(StatisticReportEntity entity) StatisticReportRestService.create
(StatisticReportRequest request) StatisticReportRestService.queryByUid
(StatisticReportRequest request) StatisticReportRestService.update
(StatisticReportRequest request) Methods in com.bytedesk.service.statistic_report that return types with arguments of type StatisticReportResponseModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<StatisticReportResponse>
StatisticReportRestService.queryByOrg
(StatisticReportRequest request) org.springframework.data.domain.Page<StatisticReportResponse>
StatisticReportRestService.queryByUser
(StatisticReportRequest request)