Uses of Class
org.qubership.atp.ram.clients.api.dto.catalogue.TestCaseOrderDto
Packages that use TestCaseOrderDto
-
Uses of TestCaseOrderDto in org.qubership.atp.ram.clients.api.dto.catalogue
Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return TestCaseOrderDtoModifier and TypeMethodDescription@Valid TestCaseOrderDtoTestScopeFullInfoDto.getOrder()Get orderTestCaseOrderDto.sequenceNumber(Integer sequenceNumber) TestCaseOrderDto.testScopeId(UUID testScopeId) Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return types with arguments of type TestCaseOrderDtoMethods in org.qubership.atp.ram.clients.api.dto.catalogue with parameters of type TestCaseOrderDtoModifier and TypeMethodDescriptionTestCaseDto.addOrderItem(TestCaseOrderDto orderItem) TestScopeFullInfoDto.order(TestCaseOrderDto order) voidTestScopeFullInfoDto.setOrder(TestCaseOrderDto order) Method parameters in org.qubership.atp.ram.clients.api.dto.catalogue with type arguments of type TestCaseOrderDtoModifier and TypeMethodDescriptionTestCaseDto.order(List<TestCaseOrderDto> order) voidTestCaseDto.setOrder(List<TestCaseOrderDto> order)