Uses of Class
org.qubership.atp.ram.clients.api.dto.catalogue.CompoundCopyItemDto
Packages that use CompoundCopyItemDto
-
Uses of CompoundCopyItemDto in org.qubership.atp.ram.clients.api.dto.catalogue
Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return CompoundCopyItemDtoModifier and TypeMethodDescriptionCompoundCopyItemDto.copyOption(CompoundCopyItemDto.CopyOptionEnum copyOption) Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return types with arguments of type CompoundCopyItemDtoModifier and TypeMethodDescription@Valid List<CompoundCopyItemDto> TestCasesCopyRequestDto.getCompounds()Get compounds@Valid List<CompoundCopyItemDto> TestScopesCopyRequestDto.getCompounds()Get compoundsMethods in org.qubership.atp.ram.clients.api.dto.catalogue with parameters of type CompoundCopyItemDtoModifier and TypeMethodDescriptionTestCasesCopyRequestDto.addCompoundsItem(CompoundCopyItemDto compoundsItem) TestScopesCopyRequestDto.addCompoundsItem(CompoundCopyItemDto compoundsItem) Method parameters in org.qubership.atp.ram.clients.api.dto.catalogue with type arguments of type CompoundCopyItemDtoModifier and TypeMethodDescriptionTestCasesCopyRequestDto.compounds(List<CompoundCopyItemDto> compounds) TestScopesCopyRequestDto.compounds(List<CompoundCopyItemDto> compounds) voidTestCasesCopyRequestDto.setCompounds(List<CompoundCopyItemDto> compounds) voidTestScopesCopyRequestDto.setCompounds(List<CompoundCopyItemDto> compounds)