Class FeedProperties


  • public class FeedProperties
    extends Object
    Allows users to specify properties of the feed. Used primarily by FeedBuilder
    • Constructor Detail

      • FeedProperties

        public FeedProperties​(String title,
                              String description,
                              boolean showContent,
                              boolean publicFeed)
        Parameters:
        title - the title. Uses DEFAULT_FEED_TITLE if none is specified.
        description - required.
        showContent - if the full content should be shown in the feed.
        publicFeed - if the feed is public.
    • Method Detail

      • getTitle

        public String getTitle()
      • getDescription

        public String getDescription()
      • isShowContent

        public boolean isShowContent()
      • isPublicFeed

        public boolean isPublicFeed()
        A public feed is one that doesn't require authentication and doesn't include any privileged links (like "comment").