Uses of Enum
org.qubership.atp.ram.clients.api.dto.catalogue.TestCase0Dto.PriorityEnum
Packages that use TestCase0Dto.PriorityEnum
-
Uses of TestCase0Dto.PriorityEnum in org.qubership.atp.ram.clients.api.dto.catalogue
Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return TestCase0Dto.PriorityEnumModifier and TypeMethodDescriptionstatic TestCase0Dto.PriorityEnumTestCase0Dto.getPriority()Get prioritystatic TestCase0Dto.PriorityEnumReturns the enum constant of this type with the specified name.static TestCase0Dto.PriorityEnum[]TestCase0Dto.PriorityEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.qubership.atp.ram.clients.api.dto.catalogue with parameters of type TestCase0Dto.PriorityEnumModifier and TypeMethodDescriptionTestCase0Dto.priority(TestCase0Dto.PriorityEnum priority) voidTestCase0Dto.setPriority(TestCase0Dto.PriorityEnum priority)