NotificationStatus.java

package com.talentradar.talentradarnotificationservicerw.domain.enums;

public enum NotificationStatus {
    READ, UNREAD
}