Uses of Class
org.qubership.atp.tdm.controllers.api.dto.refresh.TestDataRefreshConfigDto
Packages that use TestDataRefreshConfigDto
Package
Description
-
Uses of TestDataRefreshConfigDto in org.qubership.atp.tdm.controllers.api
Methods in org.qubership.atp.tdm.controllers.api that return types with arguments of type TestDataRefreshConfigDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<TestDataRefreshConfigDto> DataRefreshControllerApi.getRefreshConfig(UUID id) GET /api/tdm/data/refresh/config/{id} : Get refresh configuration for specified dataset / table ID.org.springframework.http.ResponseEntity<TestDataRefreshConfigDto> DataRefreshControllerApi.saveRefreshConfig(@NotNull @Valid String tableName, @NotNull @Valid Integer queryTimeout, @Valid TestDataRefreshConfigDto testDataRefreshConfigDto) POST /api/tdm/data/refresh/config : Save / update data refresh settings.Methods in org.qubership.atp.tdm.controllers.api with parameters of type TestDataRefreshConfigDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<TestDataRefreshConfigDto> DataRefreshControllerApi.saveRefreshConfig(@NotNull @Valid String tableName, @NotNull @Valid Integer queryTimeout, @Valid TestDataRefreshConfigDto testDataRefreshConfigDto) POST /api/tdm/data/refresh/config : Save / update data refresh settings. -
Uses of TestDataRefreshConfigDto in org.qubership.atp.tdm.controllers.api.dto.refresh
Methods in org.qubership.atp.tdm.controllers.api.dto.refresh that return TestDataRefreshConfigDtoModifier and TypeMethodDescription