Uses of Class
com.bytedesk.call.statistic.CallStatisticResponse
Packages that use CallStatisticResponse
-
Uses of CallStatisticResponse in com.bytedesk.call.statistic
Methods in com.bytedesk.call.statistic that return CallStatisticResponseModifier and TypeMethodDescriptionCallStatisticRestService.convertToResponse(CallStatisticEntity entity) CallStatisticRestService.create(CallStatisticRequest request) CallStatisticRestService.queryByUid(CallStatisticRequest request) CallStatisticRestService.update(CallStatisticRequest request) Methods in com.bytedesk.call.statistic that return types with arguments of type CallStatisticResponseModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<CallStatisticResponse>CallStatisticRestService.queryByOrg(CallStatisticRequest request) org.springframework.data.domain.Page<CallStatisticResponse>CallStatisticRestService.queryByUser(CallStatisticRequest request)