Uses of Enum Class
io.trippay.sdk.payment.model.Notification.PriorityEnum
Packages that use Notification.PriorityEnum
-
Uses of Notification.PriorityEnum in io.trippay.sdk.payment.model
Subclasses with type arguments of type Notification.PriorityEnum in io.trippay.sdk.payment.modelMethods in io.trippay.sdk.payment.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 io.trippay.sdk.payment.model with parameters of type Notification.PriorityEnumModifier and TypeMethodDescriptionNotification.priority(Notification.PriorityEnum priority) voidNotification.setPriority(Notification.PriorityEnum priority)