Class ProjectNotificationView
- java.lang.Object
-
- com.synopsys.integration.util.Stringable
-
- com.synopsys.integration.blackduck.api.core.BlackDuckComponent
-
- com.synopsys.integration.blackduck.api.core.BlackDuckResponse
-
- com.synopsys.integration.blackduck.api.core.BlackDuckView
-
- com.synopsys.integration.blackduck.api.manual.view.NotificationView
-
- com.synopsys.integration.blackduck.api.manual.view.ProjectNotificationView
-
- All Implemented Interfaces:
NotificationContentData<ProjectNotificationContent>,NotificationViewData
public class ProjectNotificationView extends NotificationView implements NotificationContentData<ProjectNotificationContent>
-
-
Constructor Summary
Constructors Constructor Description ProjectNotificationView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProjectNotificationContentgetContent()voidsetContent(ProjectNotificationContent content)-
Methods inherited from class com.synopsys.integration.blackduck.api.manual.view.NotificationView
getContentType, getCreatedAt, getSubclass, getType, hasSubclasses, setContentType, setCreatedAt, setType
-
Methods inherited from class com.synopsys.integration.blackduck.api.core.BlackDuckView
getAllowedMethods, getAvailableLinks, getFirstLink, getFirstLinkSafely, getHref, getLinks, getMediaType, getMeta, getResourceLinks, getResourceMetadata, hasLink, setMeta
-
Methods inherited from class com.synopsys.integration.blackduck.api.core.BlackDuckResponse
getGson, getJson, getJsonElement, getPatch, setGson, setJson, setJsonElement, setPatch
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.synopsys.integration.blackduck.api.manual.contract.NotificationViewData
getContentType, getCreatedAt, getType, setContentType, setCreatedAt, setType
-
-
-
-
Method Detail
-
getContent
public ProjectNotificationContent getContent()
- Specified by:
getContentin interfaceNotificationContentData<ProjectNotificationContent>
-
setContent
public void setContent(ProjectNotificationContent content)
- Specified by:
setContentin interfaceNotificationContentData<ProjectNotificationContent>
-
-