com.atlassian.mywork.rest
Class JsonNotificationGroup

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

public class JsonNotificationGroup
extends java.lang.Object
implements JsonObject


Constructor Summary
JsonNotificationGroup(Notification notification, java.util.List<JsonGroupNotification> notifications, java.lang.String aggregateKey)
           
 
Method Summary
 JsonNotificationItem getItem()
           
 java.util.List<JsonGroupNotification> getNotifications()
           
 void setNotifications(java.util.List<JsonGroupNotification> notifications)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JsonNotificationGroup

public JsonNotificationGroup(Notification notification,
                             java.util.List<JsonGroupNotification> notifications,
                             java.lang.String aggregateKey)
Method Detail

getItem

public JsonNotificationItem getItem()

setNotifications

public void setNotifications(java.util.List<JsonGroupNotification> notifications)

getNotifications

public java.util.List<JsonGroupNotification> getNotifications()


Copyright © 2012 Atlassian. All Rights Reserved.