Uses of Class
org.qubership.atp.dataset.clients.dto.TableResponseDto
Packages that use TableResponseDto
-
Uses of TableResponseDto in org.qubership.atp.dataset.clients.api
Methods in org.qubership.atp.dataset.clients.api that return types with arguments of type TableResponseDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<TableResponseDto>> DataSetListControllerApi.getAffectedAttributes(UUID dataSetListId) GET /dsl/{dataSetListId}/getAffected : Get affected attribute by deleting dsl( data set storage).org.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.clients.dto
Methods in org.qubership.atp.dataset.clients.dto that return TableResponseDtoModifier and TypeMethodDescriptionTableResponseDto.attributeId(UUID attributeId) TableResponseDto.attributeName(String attributeName) TableResponseDto.listValueId(UUID listValueId)