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