com.atlassian.gadgets.directory.internal.jaxb
Class SubscribedGadgetFeedRepresentation

java.lang.Object
  extended by com.atlassian.gadgets.directory.internal.jaxb.SubscribedGadgetFeedRepresentation

public class SubscribedGadgetFeedRepresentation
extends Object


Nested Class Summary
static class SubscribedGadgetFeedRepresentation.GadgetSpecRepresentation
           
 
Constructor Summary
SubscribedGadgetFeedRepresentation(com.atlassian.gadgets.directory.spi.SubscribedGadgetFeed feed, DirectoryUrlBuilder urlBuilder, com.atlassian.gadgets.feed.GadgetFeedReaderFactory readerFactory)
           
 
Method Summary
 com.atlassian.plugins.rest.common.Link getFeed()
           
 List<SubscribedGadgetFeedRepresentation.GadgetSpecRepresentation> getGadgets()
           
 com.atlassian.plugins.rest.common.Link getSelf()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubscribedGadgetFeedRepresentation

public SubscribedGadgetFeedRepresentation(com.atlassian.gadgets.directory.spi.SubscribedGadgetFeed feed,
                                          DirectoryUrlBuilder urlBuilder,
                                          com.atlassian.gadgets.feed.GadgetFeedReaderFactory readerFactory)
Method Detail

getFeed

public com.atlassian.plugins.rest.common.Link getFeed()

getSelf

public com.atlassian.plugins.rest.common.Link getSelf()

getGadgets

public List<SubscribedGadgetFeedRepresentation.GadgetSpecRepresentation> getGadgets()


Copyright © 2013 Atlassian. All Rights Reserved.