Uses of Class
org.qubership.atp.itf.lite.backend.model.api.response.ImportCollectionsResponse
Packages that use ImportCollectionsResponse
Package
Description
-
Uses of ImportCollectionsResponse in org.qubership.atp.itf.lite.backend.controllers
Methods in org.qubership.atp.itf.lite.backend.controllers that return types with arguments of type ImportCollectionsResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<ImportCollectionsResponse>> CollectionController.importCollections(org.springframework.web.multipart.MultipartFile collections, @Valid ImportCollectionsRequest requestEntity) -
Uses of ImportCollectionsResponse in org.qubership.atp.itf.lite.backend.service
Methods in org.qubership.atp.itf.lite.backend.service that return types with arguments of type ImportCollectionsResponseModifier and TypeMethodDescriptionCollectionsService.importCollections(org.springframework.web.multipart.MultipartFile file, ImportCollectionsRequest request) Import postman collection specified in multipart file.