Uses of Enum Class
travel.wink.sdk.affiliate.model.Notification.PriorityEnum
Packages that use Notification.PriorityEnum
-
Uses of Notification.PriorityEnum in travel.wink.sdk.affiliate.model
Methods in travel.wink.sdk.affiliate.model that return Notification.PriorityEnumModifier and TypeMethodDescriptionstatic Notification.PriorityEnum@NotNull Notification.PriorityEnumNotification.getPriority()Importance of messagestatic Notification.PriorityEnumReturns the enum constant of this class with the specified name.static Notification.PriorityEnum[]Notification.PriorityEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in travel.wink.sdk.affiliate.model with parameters of type Notification.PriorityEnumModifier and TypeMethodDescriptionNotification.priority(Notification.PriorityEnum priority) voidNotification.setPriority(Notification.PriorityEnum priority)