public class NotificationView extends BlackDuckView implements NotificationViewData
| Constructor and Description |
|---|
NotificationView() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getContentType() |
java.util.Date |
getCreatedAt() |
java.lang.Class<? extends BlackDuckResponse> |
getSubclass() |
NotificationType |
getType() |
boolean |
hasSubclasses() |
void |
setContentType(java.lang.String contentType) |
void |
setCreatedAt(java.util.Date createdAt) |
void |
setType(NotificationType type) |
getAllowedMethods, getAvailableLinks, getFirstLink, getHref, getLinks, getMeta, getResourceLinks, getResourceMetadata, hasLink, setMetagetGson, getJson, getJsonElement, getPatch, setGson, setJson, setJsonElement, setPatchpublic boolean hasSubclasses()
hasSubclasses in class BlackDuckResponsepublic java.lang.Class<? extends BlackDuckResponse> getSubclass()
getSubclass in class BlackDuckResponsepublic java.lang.String getContentType()
getContentType in interface NotificationViewDatapublic void setContentType(java.lang.String contentType)
setContentType in interface NotificationViewDatapublic java.util.Date getCreatedAt()
getCreatedAt in interface NotificationViewDatapublic void setCreatedAt(java.util.Date createdAt)
setCreatedAt in interface NotificationViewDatapublic NotificationType getType()
getType in interface NotificationViewDatapublic void setType(NotificationType type)
setType in interface NotificationViewData