Uses of Class
org.qubership.atp.ram.clients.api.dto.catalogue.TestCaseDatasetsSetRequestDto
Packages that use TestCaseDatasetsSetRequestDto
Package
Description
-
Uses of TestCaseDatasetsSetRequestDto in org.qubership.atp.ram.clients.api
Methods in org.qubership.atp.ram.clients.api with parameters of type TestCaseDatasetsSetRequestDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> TestCaseControllerApi.setTestCaseDatasets(@Valid TestCaseDatasetsSetRequestDto testCaseDatasetsSetRequestDto) POST /catalog/api/v1/testcases/datasets/set : setTestCaseDatasets -
Uses of TestCaseDatasetsSetRequestDto in org.qubership.atp.ram.clients.api.dto.catalogue
Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return TestCaseDatasetsSetRequestDtoModifier and TypeMethodDescriptionTestCaseDatasetsSetRequestDto.addFolderIdsItem(UUID folderIdsItem) TestCaseDatasetsSetRequestDto.addTestCaseIdsItem(UUID testCaseIdsItem) TestCaseDatasetsSetRequestDto.datasetListId(UUID datasetListId) TestCaseDatasetsSetRequestDto.testCaseIds(List<UUID> testCaseIds)