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

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

public class SubscribedGadgetFeedsRepresentation
extends Object


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

Constructor Detail

SubscribedGadgetFeedsRepresentation

public SubscribedGadgetFeedsRepresentation(Iterable<com.atlassian.gadgets.directory.spi.SubscribedGadgetFeed> feeds,
                                           DirectoryUrlBuilder urlBuilder,
                                           com.atlassian.gadgets.feed.GadgetFeedReaderFactory readerFactory)
Method Detail

getSelf

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

getSubscribedGadgetFeeds

public List<SubscribedGadgetFeedsRepresentation.BriefSubscribedGadgetFeedRepresentation> getSubscribedGadgetFeeds()


Copyright © 2013 Atlassian. All Rights Reserved.