Uses of Class
org.tkit.rhpam.task.model.Priority
-
Packages that use Priority Package Description org.tkit.rhpam.task.model -
-
Uses of Priority in org.tkit.rhpam.task.model
Methods in org.tkit.rhpam.task.model that return Priority Modifier and Type Method Description PriorityCreateTaskRequest. getPriority()static PriorityPriority. valueOf(String name)Returns the enum constant of this type with the specified name.static Priority[]Priority. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.tkit.rhpam.task.model with parameters of type Priority Modifier and Type Method Description voidCreateTaskRequest. setPriority(Priority priority)
-