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