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