Uses of Class
org.qubership.atp.ram.clients.api.dto.catalogue.CompoundCompareDto
Packages that use CompoundCompareDto
-
Uses of CompoundCompareDto in org.qubership.atp.ram.clients.api.dto.catalogue
Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return CompoundCompareDtoModifier and TypeMethodDescriptionCompoundCompareDto.leftCompoundId(UUID leftCompoundId) CompoundCompareDto.leftCompoundName(String leftCompoundName) CompoundCompareDto.rightCompoundId(UUID rightCompoundId) CompoundCompareDto.rightCompoundName(String rightCompoundName) CompoundCompareDto.status(CompoundCompareDto.StatusEnum status) Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return types with arguments of type CompoundCompareDtoModifier and TypeMethodDescription@Valid List<CompoundCompareDto> CompareTestPlanQaDslResponseDto.getCompounds()Get compoundsMethods in org.qubership.atp.ram.clients.api.dto.catalogue with parameters of type CompoundCompareDtoModifier and TypeMethodDescriptionCompareTestPlanQaDslResponseDto.addCompoundsItem(CompoundCompareDto compoundsItem) Method parameters in org.qubership.atp.ram.clients.api.dto.catalogue with type arguments of type CompoundCompareDtoModifier and TypeMethodDescriptionCompareTestPlanQaDslResponseDto.compounds(List<CompoundCompareDto> compounds) voidCompareTestPlanQaDslResponseDto.setCompounds(List<CompoundCompareDto> compounds)