com.atlassian.confluence.it.feed
Class FeedBuilder

java.lang.Object
  extended by com.atlassian.confluence.it.feed.FeedBuilder

public class FeedBuilder
extends Object

Uses the web-based feed builder to construct a feed URL. To download a feed from this URL, see FeedRetriever.

See Also:
FeedRetriever, FeedOptions

Constructor Summary
FeedBuilder(String baseUrl)
           
 
Method Summary
 URL getFeedURL(FeedOptions feedOptions)
           
static FeedBuilder getInstance(String baseUrl)
           
 URL getUserFollowFeedURL(User user, FeedOptions feedOptions)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeedBuilder

public FeedBuilder(String baseUrl)
Method Detail

getInstance

public static FeedBuilder getInstance(String baseUrl)

getUserFollowFeedURL

public URL getUserFollowFeedURL(User user,
                                FeedOptions feedOptions)
Returns:
the URL to the user follow feed for this user (that is a feed of the activity of the people this user is following)

getFeedURL

public URL getFeedURL(FeedOptions feedOptions)


Copyright © 2003-2013 Atlassian. All Rights Reserved.