Uses of Enum
org.qubership.atp.ram.clients.api.dto.catalogue.TestCaseDto.PriorityEnum
Packages that use TestCaseDto.PriorityEnum
-
Uses of TestCaseDto.PriorityEnum in org.qubership.atp.ram.clients.api.dto.catalogue
Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return TestCaseDto.PriorityEnumModifier and TypeMethodDescriptionstatic TestCaseDto.PriorityEnumTestCaseDto.getPriority()Get prioritystatic TestCaseDto.PriorityEnumReturns the enum constant of this type with the specified name.static TestCaseDto.PriorityEnum[]TestCaseDto.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 TestCaseDto.PriorityEnumModifier and TypeMethodDescriptionTestCaseDto.priority(TestCaseDto.PriorityEnum priority) voidTestCaseDto.setPriority(TestCaseDto.PriorityEnum priority)