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(GadgetFeedsSpecProvider.FeedSpecProvider provider, DirectoryUrlBuilder urlBuilder)
           
 
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(GadgetFeedsSpecProvider.FeedSpecProvider provider,
                                          DirectoryUrlBuilder urlBuilder)
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 © 2011 Atlassian. All Rights Reserved.