com.atlassian.mywork.rest
Class JsonGroupNotification

java.lang.Object
  extended by com.atlassian.mywork.rest.JsonGroupNotification
All Implemented Interfaces:
JsonObject

public class JsonGroupNotification
extends java.lang.Object
implements JsonObject


Constructor Summary
JsonGroupNotification(java.lang.String aggregateKey, Notification notification)
           
 
Method Summary
 java.lang.String getActionIconUrl()
           
 long getCreated()
           
 java.lang.String getDescription()
           
 java.lang.String getGlobalId()
           
 java.lang.String getIconUrl()
           
 long getId()
           
 org.codehaus.jackson.JsonNode getMetadata()
           
 Status getStatus()
           
 java.lang.String getTitle()
           
 long getUpdated()
           
 java.lang.String getUrl()
           
 boolean isPinned()
           
 boolean isRead()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JsonGroupNotification

public JsonGroupNotification(java.lang.String aggregateKey,
                             Notification notification)
Method Detail

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.