Uses of Class
org.zendesk.client.v2.model.Priority
-
Packages that use Priority Package Description org.zendesk.client.v2.model -
-
Uses of Priority in org.zendesk.client.v2.model
Fields in org.zendesk.client.v2.model declared as Priority Modifier and Type Field Description protected PriorityRequest. priorityMethods in org.zendesk.client.v2.model that return Priority Modifier and Type Method Description PriorityRequest. getPriority()PriorityTicket. 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.zendesk.client.v2.model with parameters of type Priority Modifier and Type Method Description voidRequest. setPriority(Priority priority)voidTicket. setPriority(Priority priority)
-