Uses of Class
org.qubership.atp.ram.clients.api.dto.catalogue.TestPlanAndCaseIdsRequestDto
Packages that use TestPlanAndCaseIdsRequestDto
Package
Description
-
Uses of TestPlanAndCaseIdsRequestDto in org.qubership.atp.ram.clients.api
Methods in org.qubership.atp.ram.clients.api with parameters of type TestPlanAndCaseIdsRequestDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> LabelControllerApi.unassign(UUID uuid, @Valid TestPlanAndCaseIdsRequestDto testPlanAndCaseIdsRequestDto) POST /catalog/api/v1/labels/{uuid}/unassign : unassign -
Uses of TestPlanAndCaseIdsRequestDto in org.qubership.atp.ram.clients.api.dto.catalogue
Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return TestPlanAndCaseIdsRequestDtoModifier and TypeMethodDescriptionTestPlanAndCaseIdsRequestDto.addTestCaseIdsItem(UUID testCaseIdsItem) TestPlanAndCaseIdsRequestDto.addTestPlanIdsItem(UUID testPlanIdsItem) TestPlanAndCaseIdsRequestDto.testCaseIds(List<UUID> testCaseIds) TestPlanAndCaseIdsRequestDto.testPlanIds(List<UUID> testPlanIds)