Uses of Class
org.qubership.atp.ram.clients.api.dto.catalogue.CaseSearchRequestDto
Packages that use CaseSearchRequestDto
Package
Description
-
Uses of CaseSearchRequestDto in org.qubership.atp.ram.clients.api
Methods in org.qubership.atp.ram.clients.api with parameters of type CaseSearchRequestDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<TestCaseDto>> TestCaseControllerApi.getTestCasesByIds(@Valid CaseSearchRequestDto caseSearchRequestDto) POST /catalog/api/v1/testcases/search/by_ids : getTestCasesByIdsorg.springframework.http.ResponseEntity<List<EnrichedCaseDto>> TestCaseControllerApi.searchEnrichedCases(@Valid UUID testscopeid, @Valid CaseSearchRequestDto caseSearchRequestDto) POST /catalog/api/v1/testcases/enriched/search : searchEnrichedCases -
Uses of CaseSearchRequestDto in org.qubership.atp.ram.clients.api.dto.catalogue
Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return CaseSearchRequestDto