Uses of Class
org.qubership.atp.ram.clients.api.dto.catalogue.TestCaseComponentsDeleteResponseDto
Packages that use TestCaseComponentsDeleteResponseDto
Package
Description
-
Uses of TestCaseComponentsDeleteResponseDto in org.qubership.atp.ram.clients.api
Methods in org.qubership.atp.ram.clients.api that return types with arguments of type TestCaseComponentsDeleteResponseDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<TestCaseComponentsDeleteResponseDto> TestCaseControllerApi.deleteTestCaseComponents(@Valid TestCaseComponentsDeleteRequestDto testCaseComponentsDeleteRequestDto) DELETE /catalog/api/v1/testcases/components : delete test case components -
Uses of TestCaseComponentsDeleteResponseDto in org.qubership.atp.ram.clients.api.dto.catalogue
Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return TestCaseComponentsDeleteResponseDtoModifier and TypeMethodDescriptionTestCaseComponentsDeleteResponseDto.addFailedCasesItem(TestCaseComponentsDeleteResponseItemDto failedCasesItem) TestCaseComponentsDeleteResponseDto.addSuccessCasesItem(TestCaseComponentsDeleteResponseItemDto successCasesItem) TestCaseComponentsDeleteResponseDto.failedCases(List<TestCaseComponentsDeleteResponseItemDto> failedCases) TestCaseComponentsDeleteResponseDto.successCases(List<TestCaseComponentsDeleteResponseItemDto> successCases)