Uses of Enum Class
io.trippay.sdk.payment.model.SendNotification.ApplicationEnum
Packages that use SendNotification.ApplicationEnum
-
Uses of SendNotification.ApplicationEnum in io.trippay.sdk.payment.model
Subclasses with type arguments of type SendNotification.ApplicationEnum in io.trippay.sdk.payment.modelMethods in io.trippay.sdk.payment.model that return SendNotification.ApplicationEnumModifier and TypeMethodDescription@NotNull SendNotification.ApplicationEnumSendNotification.getApplication()Application domainReturns the enum constant of this class with the specified name.static SendNotification.ApplicationEnum[]SendNotification.ApplicationEnum.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.ApplicationEnumModifier and TypeMethodDescriptionSendNotification.application(SendNotification.ApplicationEnum application) voidSendNotification.setApplication(SendNotification.ApplicationEnum application)