public class NotificationUserView extends BlackDuckView implements NotificationViewData
| Modifier and Type | Field and Description |
|---|---|
static java.util.Map<java.lang.String,LinkResponse> |
links |
static java.lang.String |
NOTIFICATIONS_LINK |
static LinkSingleResponse<NotificationUserView> |
NOTIFICATIONS_LINK_RESPONSE |
| Constructor and Description |
|---|
NotificationUserView() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getContentType() |
java.util.Date |
getCreatedAt() |
NotificationStateRequestStateType |
getNotificationState() |
java.lang.Class<? extends BlackDuckResponse> |
getSubclass() |
NotificationType |
getType() |
boolean |
hasSubclasses() |
void |
setContentType(java.lang.String contentType) |
void |
setCreatedAt(java.util.Date createdAt) |
void |
setNotificationState(NotificationStateRequestStateType notificationState) |
void |
setType(NotificationType type) |
getAllowedMethods, getAvailableLinks, getFirstLink, getHref, getLinks, getMeta, getResourceLinks, getResourceMetadata, hasLink, setMetagetGson, getJson, getJsonElement, getPatch, setGson, setJson, setJsonElement, setPatchpublic static final java.util.Map<java.lang.String,LinkResponse> links
public static final java.lang.String NOTIFICATIONS_LINK
public static final LinkSingleResponse<NotificationUserView> NOTIFICATIONS_LINK_RESPONSE
public 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 NotificationStateRequestStateType getNotificationState()
public void setNotificationState(NotificationStateRequestStateType notificationState)
public NotificationType getType()
getType in interface NotificationViewDatapublic void setType(NotificationType type)
setType in interface NotificationViewData