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

java.lang.Object
  extended by com.atlassian.gadgets.directory.internal.jaxb.SubscribedGadgetFeedsRepresentation.BriefSubscribedGadgetFeedRepresentation
Enclosing class:
SubscribedGadgetFeedsRepresentation

public static final class SubscribedGadgetFeedsRepresentation.BriefSubscribedGadgetFeedRepresentation
extends Object


Constructor Summary
SubscribedGadgetFeedsRepresentation.BriefSubscribedGadgetFeedRepresentation(SubscribedGadgetFeed feed, DirectoryUrlBuilder urlBuilder, GadgetFeedReaderFactory readerFactory)
           
 
Method Summary
 URI getBaseUri()
           
 com.atlassian.plugins.rest.common.Link getFeed()
           
 URI getIcon()
           
 String getId()
           
 String getName()
           
 com.atlassian.plugins.rest.common.Link getSelf()
           
 String getTitle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubscribedGadgetFeedsRepresentation.BriefSubscribedGadgetFeedRepresentation

public SubscribedGadgetFeedsRepresentation.BriefSubscribedGadgetFeedRepresentation(SubscribedGadgetFeed feed,
                                                                                   DirectoryUrlBuilder urlBuilder,
                                                                                   GadgetFeedReaderFactory readerFactory)
Method Detail

getId

public String getId()

getSelf

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

getFeed

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

getName

public String getName()

getIcon

public URI getIcon()

getTitle

public String getTitle()

getBaseUri

public URI getBaseUri()


Copyright © 2013 Atlassian. All Rights Reserved.