Uses of Class
org.qubership.atp.tdm.controllers.api.dto.statistics.ConsumedStatisticsItemDto
Packages that use ConsumedStatisticsItemDto
-
Uses of ConsumedStatisticsItemDto in org.qubership.atp.tdm.controllers.api.dto.statistics
Methods in org.qubership.atp.tdm.controllers.api.dto.statistics that return ConsumedStatisticsItemDtoModifier and TypeMethodDescriptionConsumedStatisticsItemDto.addConsumedItem(Long consumedItem) ConsumedStatisticsItemDto.addDetailsItem(ConsumedStatisticsItemDto detailsItem) ConsumedStatisticsItemDto.details(List<ConsumedStatisticsItemDto> details) ConsumedStatisticsItemDto.environment(String environment) Methods in org.qubership.atp.tdm.controllers.api.dto.statistics that return types with arguments of type ConsumedStatisticsItemDtoModifier and TypeMethodDescription@Valid List<ConsumedStatisticsItemDto> ConsumedStatisticsItemDto.getDetails()Get details@Valid List<ConsumedStatisticsItemDto> ConsumedStatisticsDto.getItems()Get itemsMethods in org.qubership.atp.tdm.controllers.api.dto.statistics with parameters of type ConsumedStatisticsItemDtoModifier and TypeMethodDescriptionConsumedStatisticsItemDto.addDetailsItem(ConsumedStatisticsItemDto detailsItem) ConsumedStatisticsDto.addItemsItem(ConsumedStatisticsItemDto itemsItem) Method parameters in org.qubership.atp.tdm.controllers.api.dto.statistics with type arguments of type ConsumedStatisticsItemDtoModifier and TypeMethodDescriptionConsumedStatisticsItemDto.details(List<ConsumedStatisticsItemDto> details) ConsumedStatisticsDto.items(List<ConsumedStatisticsItemDto> items) voidConsumedStatisticsItemDto.setDetails(List<ConsumedStatisticsItemDto> details) voidConsumedStatisticsDto.setItems(List<ConsumedStatisticsItemDto> items)