Uses of Class
org.qubership.atp.dataset.controllers.api.dto.datasetlists.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>> DataSetListControllerApi.getAffectedAttributes(UUID dataSetListId) GET /dsl/{dataSetListId}/getAffected : Get affected attribute by deleting dsl( data set storage). -
Uses of TableResponseDto in org.qubership.atp.dataset.controllers.api.dto.datasetlists
Methods in org.qubership.atp.dataset.controllers.api.dto.datasetlists that return TableResponseDtoModifier and TypeMethodDescriptionTableResponseDto.attributeId(UUID attributeId) TableResponseDto.attributeName(String attributeName) TableResponseDto.listValueId(UUID listValueId)