Uses of Class
org.qubership.atp.ram.clients.api.dto.catalogue.TestCaseGroup0Dto
Packages that use TestCaseGroup0Dto
-
Uses of TestCaseGroup0Dto in org.qubership.atp.ram.clients.api.dto.catalogue
Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return TestCaseGroup0DtoModifier and TypeMethodDescriptionTestCaseGroup0Dto.addCasesItem(TestCase0Dto casesItem) TestCaseGroup0Dto.addChildGroupsItem(TestCaseGroup0Dto childGroupsItem) TestCaseGroup0Dto.cases(List<TestCase0Dto> cases) TestCaseGroup0Dto.childGroups(List<TestCaseGroup0Dto> childGroups) TestCaseGroup0Dto.modifiedWhen(OffsetDateTime modifiedWhen) TestCaseGroup0Dto.parentGroupId(UUID parentGroupId) Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return types with arguments of type TestCaseGroup0DtoModifier and TypeMethodDescription@Valid List<TestCaseGroup0Dto> TestCaseGroupResponseDto.getCaseGroups()Get caseGroups@Valid List<TestCaseGroup0Dto> TestCaseGroup0Dto.getChildGroups()Get childGroupsMethods in org.qubership.atp.ram.clients.api.dto.catalogue with parameters of type TestCaseGroup0DtoModifier and TypeMethodDescriptionTestCaseGroupResponseDto.addCaseGroupsItem(TestCaseGroup0Dto caseGroupsItem) TestCaseGroup0Dto.addChildGroupsItem(TestCaseGroup0Dto childGroupsItem) Method parameters in org.qubership.atp.ram.clients.api.dto.catalogue with type arguments of type TestCaseGroup0DtoModifier and TypeMethodDescriptionTestCaseGroupResponseDto.caseGroups(List<TestCaseGroup0Dto> caseGroups) TestCaseGroup0Dto.childGroups(List<TestCaseGroup0Dto> childGroups) voidTestCaseGroupResponseDto.setCaseGroups(List<TestCaseGroup0Dto> caseGroups) voidTestCaseGroup0Dto.setChildGroups(List<TestCaseGroup0Dto> childGroups)