Interface NewsSourceItem

    • Method Detail

      • getDescription

        Optional<NewsContent> getDescription()
        Returns:
        the news item content (cleaned and safe to be rendered)
      • getCategories

        Set<NewsCategory> getCategories()
        Returns:
        the news item categories
      • getPublishedDate

        Optional<Date> getPublishedDate()
        Returns:
        the news item publication date
      • getAuthor

        Optional<String> getAuthor()
        Returns:
        the news item author
      • getOriginURL

        Optional<String> getOriginURL()
        Returns:
        the news item origin URL
      • getImageURL

        Optional<String> getImageURL()
        Returns:
        the URL to an image associated with the news item
        Since:
        15.3RC1