com.atlassian.mywork.rest
Class JsonGroupNotification
java.lang.Object
com.atlassian.mywork.rest.JsonGroupNotification
- All Implemented Interfaces:
- JsonObject
public class JsonGroupNotification
- extends java.lang.Object
- implements JsonObject
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JsonGroupNotification
public JsonGroupNotification(java.lang.String aggregateKey,
Notification notification)
getId
public long getId()
getIconUrl
public java.lang.String getIconUrl()
getTitle
public java.lang.String getTitle()
getDescription
public java.lang.String getDescription()
getActionIconUrl
public java.lang.String getActionIconUrl()
getUrl
public java.lang.String getUrl()
getGlobalId
public java.lang.String getGlobalId()
getMetadata
public org.codehaus.jackson.JsonNode getMetadata()
getCreated
public long getCreated()
getUpdated
public long getUpdated()
getStatus
public Status getStatus()
isRead
public boolean isRead()
isPinned
public boolean isPinned()
Copyright © 2012 Atlassian. All Rights Reserved.