Uses of Class
org.qubership.atp.tdm.controllers.api.dto.statistics.OutdatedStatisticsDto
Packages that use OutdatedStatisticsDto
Package
Description
-
Uses of OutdatedStatisticsDto in org.qubership.atp.tdm.controllers.api
Methods in org.qubership.atp.tdm.controllers.api that return types with arguments of type OutdatedStatisticsDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<OutdatedStatisticsDto> StatisticsControllerApi.getTestDataConsumptionWhitOutdated(@NotNull @Valid UUID projectId, @NotNull @Valid String dateFrom, @NotNull @Valid String dateTo, @NotNull @Valid String expirationDate, @Valid UUID systemId) GET /api/tdm/statistics/data/outdated : Get test data consumption with outdated. -
Uses of OutdatedStatisticsDto in org.qubership.atp.tdm.controllers.api.dto.statistics
Methods in org.qubership.atp.tdm.controllers.api.dto.statistics that return OutdatedStatisticsDtoModifier and TypeMethodDescriptionOutdatedStatisticsDto.addDatesItem(String datesItem) OutdatedStatisticsDto.addItemsItem(OutdatedStatisticsItemDto itemsItem) OutdatedStatisticsDto.items(List<OutdatedStatisticsItemDto> items)