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