Uses of Class
org.qubership.atp.ram.clients.api.dto.catalogue.TestCasesDataSetReplaceRequestDto
Packages that use TestCasesDataSetReplaceRequestDto
Package
Description
-
Uses of TestCasesDataSetReplaceRequestDto in org.qubership.atp.ram.clients.api
Methods in org.qubership.atp.ram.clients.api with parameters of type TestCasesDataSetReplaceRequestDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> TestCaseControllerApi.replaceTestCasesDataset(@Valid TestCasesDataSetReplaceRequestDto testCasesDataSetReplaceRequestDto) POST /catalog/api/v1/testcases/dataset/replace : replaceTestCasesDataset -
Uses of TestCasesDataSetReplaceRequestDto in org.qubership.atp.ram.clients.api.dto.catalogue
Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return TestCasesDataSetReplaceRequestDtoModifier and TypeMethodDescriptionTestCasesDataSetReplaceRequestDto.dataSetListId(UUID dataSetListId) TestCasesDataSetReplaceRequestDto.newDataset(UUID newDataset)