Class NotificationMonitor.CallStatus

java.lang.Object
com.uc4.communication.requests.NotificationMonitor.CallStatus
Enclosing class:
NotificationMonitor

public static final class NotificationMonitor.CallStatus extends Object
This inner class represents a row in the calling status table of this notification monitor.
  • Method Details

    • getStatus

      public final String getStatus()
      Returns the status of this task.
      Returns:
      status
    • getStatusText

      public final String getStatusText()
      Returns a description of the status.
      Returns:
      description for task status
    • getStatusCode

      public final int getStatusCode()
      Returns the status of the task as integer.
      Returns:
      Status code or -1 in case of an error
    • getCalendar

      public CalendarCondition getCalendar()
      Returns the name of the calendar and its keyword. The return value is never null.
      Returns:
      Calendar condition
    • getRecipient

      public String getRecipient()
      Returns the name of the receiver of this notification.
      Returns:
      Name of the receiver
    • getIcon

      public String getIcon()
      Returns the name of the icon of the recipient.
      Returns:
      "USER" for users or "CALL" if the recipient is a mail address.