Uses of Class
org.qubership.atp.tdm.controllers.api.dto.statistics.TableColumnValuesDto
Packages that use TableColumnValuesDto
-
Uses of TableColumnValuesDto in org.qubership.atp.tdm.controllers.api.dto.statistics
Methods in org.qubership.atp.tdm.controllers.api.dto.statistics that return TableColumnValuesDtoModifier and TypeMethodDescriptionTableColumnValuesDto.addValuesItem(String valuesItem) TableColumnValuesDto.tableTitle(String tableTitle) Methods in org.qubership.atp.tdm.controllers.api.dto.statistics that return types with arguments of type TableColumnValuesDtoModifier and TypeMethodDescription@Valid List<TableColumnValuesDto> AvailableDataStatisticsConfigDto.getItems()Get itemsMethods in org.qubership.atp.tdm.controllers.api.dto.statistics with parameters of type TableColumnValuesDtoModifier and TypeMethodDescriptionAvailableDataStatisticsConfigDto.addItemsItem(TableColumnValuesDto itemsItem) Method parameters in org.qubership.atp.tdm.controllers.api.dto.statistics with type arguments of type TableColumnValuesDtoModifier and TypeMethodDescriptionAvailableDataStatisticsConfigDto.items(List<TableColumnValuesDto> items) voidAvailableDataStatisticsConfigDto.setItems(List<TableColumnValuesDto> items)