Uses of Enum Class
es.kukenan.smartfi.microservice.communication.service.enums.NotificationStatus
Packages that use NotificationStatus
Package
Description
Services and related beans and dependencies.
Enums utils.
Mailjet implementations for notification provider contracts.
-
Uses of NotificationStatus in es.kukenan.smartfi.microservice.communication.service.domain
Fields in es.kukenan.smartfi.microservice.communication.service.domain declared as NotificationStatusModifier and TypeFieldDescriptionprivate NotificationStatusNotificationResponse.statusNotification current status.private NotificationStatusNotificationUpdate.statusNotification status. -
Uses of NotificationStatus in es.kukenan.smartfi.microservice.communication.service.enums
Methods in es.kukenan.smartfi.microservice.communication.service.enums that return NotificationStatusModifier and TypeMethodDescriptionstatic NotificationStatusReturns the enum constant of this class with the specified name.static NotificationStatus[]NotificationStatus.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of NotificationStatus in es.kukenan.smartfi.microservice.communication.service.provider.impl.mailjet
Methods in es.kukenan.smartfi.microservice.communication.service.provider.impl.mailjet that return NotificationStatusModifier and TypeMethodDescriptionprivate NotificationStatusMailjetEventsService.notificationStatus(AbstractEvent mailJetEvent) /** Get the notification status mapped from the event type.