Uses of Class
org.qubership.atp.tdm.controllers.api.dto.testdata.TestDataTableCatalogDto
Packages that use TestDataTableCatalogDto
Package
Description
-
Uses of TestDataTableCatalogDto in org.qubership.atp.tdm.controllers.api
Methods in org.qubership.atp.tdm.controllers.api that return types with arguments of type TestDataTableCatalogDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<TestDataTableCatalogDto>> TestDataControllerApi.getTestDataTablesCatalog(@NotNull @Valid UUID projectId, @Valid UUID systemId) GET /api/tdm/tables/catalog : Get test data tables catalog. -
Uses of TestDataTableCatalogDto in org.qubership.atp.tdm.controllers.api.dto.testdata
Methods in org.qubership.atp.tdm.controllers.api.dto.testdata that return TestDataTableCatalogDtoModifier and TypeMethodDescriptionTestDataTableCatalogDto.cleanupConfigId(UUID cleanupConfigId) TestDataTableCatalogDto.environmentId(UUID environmentId) TestDataTableCatalogDto.importQuery(String importQuery) TestDataTableCatalogDto.refreshConfigId(UUID refreshConfigId) TestDataTableCatalogDto.tableTitle(String tableTitle)