Uses of Class
org.qubership.atp.ram.clients.api.dto.catalogue.TestCaseDependency0Dto
Packages that use TestCaseDependency0Dto
-
Uses of TestCaseDependency0Dto in org.qubership.atp.ram.clients.api.dto.catalogue
Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return TestCaseDependency0DtoModifier and TypeMethodDescriptionMethods in org.qubership.atp.ram.clients.api.dto.catalogue that return types with arguments of type TestCaseDependency0DtoModifier and TypeMethodDescription@Valid List<TestCaseDependency0Dto> TestScopeCreationRequestDto.getTestCaseDependencies()Get testCaseDependencies@Valid List<TestCaseDependency0Dto> TestScopeUpdateRequestDto.getTestCaseDependencies()Get testCaseDependenciesMethods in org.qubership.atp.ram.clients.api.dto.catalogue with parameters of type TestCaseDependency0DtoModifier and TypeMethodDescriptionTestScopeCreationRequestDto.addTestCaseDependenciesItem(TestCaseDependency0Dto testCaseDependenciesItem) TestScopeUpdateRequestDto.addTestCaseDependenciesItem(TestCaseDependency0Dto testCaseDependenciesItem) Method parameters in org.qubership.atp.ram.clients.api.dto.catalogue with type arguments of type TestCaseDependency0DtoModifier and TypeMethodDescriptionvoidTestScopeCreationRequestDto.setTestCaseDependencies(List<TestCaseDependency0Dto> testCaseDependencies) voidTestScopeUpdateRequestDto.setTestCaseDependencies(List<TestCaseDependency0Dto> testCaseDependencies) TestScopeCreationRequestDto.testCaseDependencies(List<TestCaseDependency0Dto> testCaseDependencies) TestScopeUpdateRequestDto.testCaseDependencies(List<TestCaseDependency0Dto> testCaseDependencies)