Uses of Class
org.qubership.atp.dataset.clients.dto.DataSetListDependencyNodeDto
Packages that use DataSetListDependencyNodeDto
-
Uses of DataSetListDependencyNodeDto in org.qubership.atp.dataset.clients.api
Methods in org.qubership.atp.dataset.clients.api that return types with arguments of type DataSetListDependencyNodeDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<DataSetListDependencyNodeDto>> DataSetListControllerApi.getDependencies(@Valid List<UUID> UUID) POST /dsl/dependencies : Get dataset lists dependencies treesorg.springframework.http.ResponseEntity<List<DataSetListDependencyNodeDto>> DataSetListControllerApi.getDependenciesRecursive(@Valid List<UUID> UUID) POST /dsl/dependenciesRecursive : Get dataset lists dependencies trees -
Uses of DataSetListDependencyNodeDto in org.qubership.atp.dataset.clients.dto
Methods in org.qubership.atp.dataset.clients.dto that return DataSetListDependencyNodeDtoModifier and TypeMethodDescriptionDataSetListDependencyNodeDto.addDependenciesItem(DataSetListDependencyNodeDto dependenciesItem) DataSetListDependencyNodeDto.dependencies(List<DataSetListDependencyNodeDto> dependencies) Methods in org.qubership.atp.dataset.clients.dto that return types with arguments of type DataSetListDependencyNodeDtoModifier and TypeMethodDescription@Valid List<DataSetListDependencyNodeDto> DataSetListDependencyNodeDto.getDependencies()Get dependenciesMethods in org.qubership.atp.dataset.clients.dto with parameters of type DataSetListDependencyNodeDtoModifier and TypeMethodDescriptionDataSetListDependencyNodeDto.addDependenciesItem(DataSetListDependencyNodeDto dependenciesItem) Method parameters in org.qubership.atp.dataset.clients.dto with type arguments of type DataSetListDependencyNodeDtoModifier and TypeMethodDescriptionDataSetListDependencyNodeDto.dependencies(List<DataSetListDependencyNodeDto> dependencies) voidDataSetListDependencyNodeDto.setDependencies(List<DataSetListDependencyNodeDto> dependencies)