Uses of Class
org.qubership.atp.itf.lite.backend.model.api.request.RequestEntityCopyRequest
Packages that use RequestEntityCopyRequest
Package
Description
-
Uses of RequestEntityCopyRequest in org.qubership.atp.itf.lite.backend.controllers
Methods in org.qubership.atp.itf.lite.backend.controllers with parameters of type RequestEntityCopyRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Request> RequestController.copyRequest(UUID requestId, @Valid RequestEntityCopyRequest request) -
Uses of RequestEntityCopyRequest in org.qubership.atp.itf.lite.backend.service
Methods in org.qubership.atp.itf.lite.backend.service with parameters of type RequestEntityCopyRequestModifier and TypeMethodDescriptionRequestService.copyRequest(UUID requestId, RequestEntityCopyRequest requestEntityCopyRequest) Copy request to different folder.