Uses of Class
org.qubership.atp.dataset.controllers.api.dto.datasets.TableResponseDto
Packages that use TableResponseDto
Package
Description
-
Uses of TableResponseDto in org.qubership.atp.dataset.controllers.api
Methods in org.qubership.atp.dataset.controllers.api that return types with arguments of type TableResponseDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<TableResponseDto>> DataSetControllerApi.getAffectedDataSets(UUID dataSetId) GET /ds/{dataSetId}/affectedDatasets : Returns all affected dataSets by specified reference with pagination support. -
Uses of TableResponseDto in org.qubership.atp.dataset.controllers.api.dto.datasets
Methods in org.qubership.atp.dataset.controllers.api.dto.datasets that return TableResponseDtoModifier and TypeMethodDescriptionTableResponseDto.attributeId(UUID attributeId) TableResponseDto.attributeName(String attributeName) TableResponseDto.listValueId(UUID listValueId)