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