Uses of Class
org.qubership.atp.tdm.controllers.api.dto.statistics.OutdatedStatisticsItemDto
Packages that use OutdatedStatisticsItemDto
-
Uses of OutdatedStatisticsItemDto in org.qubership.atp.tdm.controllers.api.dto.statistics
Methods in org.qubership.atp.tdm.controllers.api.dto.statistics that return OutdatedStatisticsItemDtoModifier and TypeMethodDescriptionOutdatedStatisticsItemDto.addConsumedItem(Long consumedItem) OutdatedStatisticsItemDto.addCreatedItem(Long createdItem) OutdatedStatisticsItemDto.addDetailsItem(OutdatedStatisticsItemDto detailsItem) OutdatedStatisticsItemDto.addOutdatedItem(Long outdatedItem) OutdatedStatisticsItemDto.details(List<OutdatedStatisticsItemDto> details) OutdatedStatisticsItemDto.environment(String environment) Methods in org.qubership.atp.tdm.controllers.api.dto.statistics that return types with arguments of type OutdatedStatisticsItemDtoModifier and TypeMethodDescription@Valid List<OutdatedStatisticsItemDto> OutdatedStatisticsItemDto.getDetails()Get details@Valid List<OutdatedStatisticsItemDto> OutdatedStatisticsDto.getItems()Get itemsMethods in org.qubership.atp.tdm.controllers.api.dto.statistics with parameters of type OutdatedStatisticsItemDtoModifier and TypeMethodDescriptionOutdatedStatisticsItemDto.addDetailsItem(OutdatedStatisticsItemDto detailsItem) OutdatedStatisticsDto.addItemsItem(OutdatedStatisticsItemDto itemsItem) Method parameters in org.qubership.atp.tdm.controllers.api.dto.statistics with type arguments of type OutdatedStatisticsItemDtoModifier and TypeMethodDescriptionOutdatedStatisticsItemDto.details(List<OutdatedStatisticsItemDto> details) OutdatedStatisticsDto.items(List<OutdatedStatisticsItemDto> items) voidOutdatedStatisticsItemDto.setDetails(List<OutdatedStatisticsItemDto> details) voidOutdatedStatisticsDto.setItems(List<OutdatedStatisticsItemDto> items)