public class Notification extends Model
| Constructor and Description |
|---|
Notification() |
| Modifier and Type | Method and Description |
|---|---|
Notification |
delete(AudioBoxClient audioBoxClient)
Performs a Notification deletion.
|
java.lang.String |
getBody()
Gets the content body of the notification message.
|
java.lang.String |
getCreatedAt()
Gets the UTC creation time in String format.
|
long |
getId()
Gets the notification id.
|
java.lang.String |
getLevel()
Gets the severity of the message.
|
static java.lang.String |
getPath()
Gets the generic remote resource path (ID interpolation is needed).
|
getProp, notifyObservers, setProppublic long getId()
public java.lang.String getBody()
public java.lang.String getLevel()
public java.lang.String getCreatedAt()
public static java.lang.String getPath()
public Notification delete(AudioBoxClient audioBoxClient) throws java.io.IOException
AudioBoxException - if any of the remote error exception is detected.java.io.IOException - if any connection problem occurs.AudioBoxException