Uses of Enum Class
io.trippay.sdk.payment.model.SendNotification.PriorityEnum
Packages that use SendNotification.PriorityEnum
-
Uses of SendNotification.PriorityEnum in io.trippay.sdk.payment.model
Subclasses with type arguments of type SendNotification.PriorityEnum in io.trippay.sdk.payment.modelModifier and TypeClassDescriptionstatic enumNotification importanceMethods in io.trippay.sdk.payment.model that return SendNotification.PriorityEnumModifier and TypeMethodDescription@NotNull SendNotification.PriorityEnumSendNotification.getPriority()Notification importanceReturns the enum constant of this class with the specified name.static SendNotification.PriorityEnum[]SendNotification.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 SendNotification.PriorityEnumModifier and TypeMethodDescriptionSendNotification.priority(SendNotification.PriorityEnum priority) voidSendNotification.setPriority(SendNotification.PriorityEnum priority)