Uses of Enum Class
com.maplander.backend.enums.notification.SendAdTypeEnum
Packages that use SendAdTypeEnum
-
Uses of SendAdTypeEnum in com.maplander.backend.enums.notification
Subclasses with type arguments of type SendAdTypeEnum in com.maplander.backend.enums.notificationMethods in com.maplander.backend.enums.notification that return SendAdTypeEnumModifier and TypeMethodDescriptionstatic SendAdTypeEnumReturns the enum constant of this class with the specified name.static SendAdTypeEnum[]SendAdTypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SendAdTypeEnum in com.maplander.backend.utils
Methods in com.maplander.backend.utils with parameters of type SendAdTypeEnumModifier and TypeMethodDescriptionstatic voidSendEmailV2.sendAdNotification(Ad ad, User user, String url, SendAdTypeEnum sendAdTypeEnum)