Class NotificationsSummary

java.lang.Object
com.appiancorp.suiteapi.portal.NotificationsSummary

@Deprecated public class NotificationsSummary extends Object
Deprecated.
The Notification functionality will be removed in a future release. Use the Tempo Interface for similar functionality.
A summary of the status of notifications for a user. In particular, the number of unread and expired notifications.
  • Constructor Details

    • NotificationsSummary

      public NotificationsSummary()
      Deprecated.
  • Method Details

    • getNumberOfExpired

      public int getNumberOfExpired()
      Deprecated.
      Get the number of expired notifications
      Returns:
      the number of expired notifications
    • setNumberOfExpired

      public void setNumberOfExpired(int numberOfExpired_)
      Deprecated.
      Set the number of expired notifications
      Parameters:
      numberOfExpired_ - the number of expired notifications
    • getNumberOfUnread

      public int getNumberOfUnread()
      Deprecated.
      Get the number of unread notifications
      Returns:
      the number of unread notifications
    • setNumberOfUnread

      public void setNumberOfUnread(int numberOfUnread_)
      Deprecated.
      Set the number of unread notifications
      Parameters:
      numberOfExpired_ - the number of unread notifications