public interface NotificationViewData
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getContentType() |
java.util.Date |
getCreatedAt() |
NotificationType |
getType() |
void |
setContentType(java.lang.String contentType) |
void |
setCreatedAt(java.util.Date createdAt) |
void |
setType(NotificationType type) |
java.lang.String getContentType()
void setContentType(java.lang.String contentType)
java.util.Date getCreatedAt()
void setCreatedAt(java.util.Date createdAt)
NotificationType getType()
void setType(NotificationType type)