Uses of Class
org.qubership.atp.dataset.clients.dto.DataSetFlatDto
Packages that use DataSetFlatDto
-
Uses of DataSetFlatDto in org.qubership.atp.dataset.clients.dto
Methods in org.qubership.atp.dataset.clients.dto that return DataSetFlatDtoModifier and TypeMethodDescriptionDataSetFlatDto.addLabelsItem(LabelFlatDto labelsItem) DataSetFlatDto.labels(List<LabelFlatDto> labels) Methods in org.qubership.atp.dataset.clients.dto that return types with arguments of type DataSetFlatDtoModifier and TypeMethodDescription@Valid List<DataSetFlatDto> DataSetListFlatDto.getDataSets()Get dataSetsMethods in org.qubership.atp.dataset.clients.dto with parameters of type DataSetFlatDtoModifier and TypeMethodDescriptionDataSetListFlatDto.addDataSetsItem(DataSetFlatDto dataSetsItem) Method parameters in org.qubership.atp.dataset.clients.dto with type arguments of type DataSetFlatDtoModifier and TypeMethodDescriptionDataSetListFlatDto.dataSets(List<DataSetFlatDto> dataSets) voidDataSetListFlatDto.setDataSets(List<DataSetFlatDto> dataSets)