Uses of Class
org.qubership.atp.ram.clients.api.dto.catalogue.MoveRequestDto
Packages that use MoveRequestDto
Package
Description
-
Uses of MoveRequestDto in org.qubership.atp.ram.clients.api
Methods in org.qubership.atp.ram.clients.api with parameters of type MoveRequestDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> TestCaseControllerApi.moveTestCases(@Valid MoveRequestDto moveRequestDto) POST /catalog/api/v1/testcases/move : moveTestCasesorg.springframework.http.ResponseEntity<Void> TestScenarioControllerApi.moveTestScenarios(@Valid MoveRequestDto moveRequestDto) POST /catalog/api/v1/testscenarios/move : moveTestScenarios -
Uses of MoveRequestDto in org.qubership.atp.ram.clients.api.dto.catalogue
Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return MoveRequestDto