Uses of Enum Class
io.trippay.sdk.payment.model.Notification.TypeEnum
Packages that use Notification.TypeEnum
-
Uses of Notification.TypeEnum in io.trippay.sdk.payment.model
Subclasses with type arguments of type Notification.TypeEnum in io.trippay.sdk.payment.modelMethods in io.trippay.sdk.payment.model that return Notification.TypeEnumModifier and TypeMethodDescriptionstatic Notification.TypeEnum@NotNull Notification.TypeEnumNotification.getType()Message typestatic Notification.TypeEnumReturns the enum constant of this class with the specified name.static Notification.TypeEnum[]Notification.TypeEnum.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.TypeEnumModifier and TypeMethodDescriptionvoidNotification.setType(Notification.TypeEnum type) Notification.type(Notification.TypeEnum type)