Class Notification

java.lang.Object
net.minheur.potoflux.login.notifications.Notification

public class Notification extends Object
  • Constructor Details

    • Notification

      public Notification(long id, com.google.gson.JsonObject messageObj, String timestamp)
  • Method Details

    • buildTitle

      public String buildTitle()
    • buildMessage

      public String buildMessage()
    • buildDetail

      public String buildDetail()
    • detailsAlertType

      public javafx.scene.control.Alert.AlertType detailsAlertType()
    • getFormattedDate

      public String getFormattedDate()
    • getTypeColorClass

      public String getTypeColorClass()
    • getId

      public long getId()
    • getMessageObj

      public com.google.gson.JsonObject getMessageObj()
    • getTimestamp

      public String getTimestamp()
    • getType

      public INotificationType getType()