Uses of Class
org.qubership.atp.dataset.clients.dto.DataSetDto
Packages that use DataSetDto
-
Uses of DataSetDto in org.qubership.atp.dataset.clients.api
Methods in org.qubership.atp.dataset.clients.api that return types with arguments of type DataSetDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<DataSetDto>> DataSetListControllerApi.getDataSetListFullInfo(UUID dataSetListId) GET /dsl/{dataSetListId}/full : Returns datasets full information of the selected DSL.org.springframework.http.ResponseEntity<List<DataSetDto>> DataSetListControllerApi.getDataSets(UUID dataSetListId, @Valid String skipEvaluate, @Valid String label) GET /dsl/{dataSetListId}/ds : Returns datasets id/name information of the selected DSL. -
Uses of DataSetDto in org.qubership.atp.dataset.clients.dto
Methods in org.qubership.atp.dataset.clients.dto that return DataSetDtoModifier and TypeMethodDescription@NotNull @Valid DataSetDtoParameterDto.getDataSet()Get dataSet@Valid DataSetDtoParameterDto.getDataSetReference()Get dataSetReferenceMethods in org.qubership.atp.dataset.clients.dto that return types with arguments of type DataSetDtoModifier and TypeMethodDescription@Valid List<DataSetDto> DataSetsAndAttributesFilterPairDto.getDatasets()Get datasets@Valid List<DataSetDto> DataSetListDto.getDataSets()Get dataSetsMethods in org.qubership.atp.dataset.clients.dto with parameters of type DataSetDtoModifier and TypeMethodDescriptionDataSetsAndAttributesFilterPairDto.addDatasetsItem(DataSetDto datasetsItem) DataSetListDto.addDataSetsItem(DataSetDto dataSetsItem) ParameterDto.dataSet(DataSetDto dataSet) ParameterDto.dataSetReference(DataSetDto dataSetReference) voidParameterDto.setDataSet(DataSetDto dataSet) voidParameterDto.setDataSetReference(DataSetDto dataSetReference) Method parameters in org.qubership.atp.dataset.clients.dto with type arguments of type DataSetDtoModifier and TypeMethodDescriptionDataSetsAndAttributesFilterPairDto.datasets(List<DataSetDto> datasets) DataSetListDto.dataSets(List<DataSetDto> dataSets) voidDataSetsAndAttributesFilterPairDto.setDatasets(List<DataSetDto> datasets) voidDataSetListDto.setDataSets(List<DataSetDto> dataSets)