Uses of Class
com.oorian.rss.RssItem
-
Uses of RssItem in com.oorian.rss
Methods in com.oorian.rss that return RssItemModifier and TypeMethodDescriptionRssItem.addCategory(String value) Adds a category to this item.RssItem.addCategory(String value, String domain) Adds a category with a domain to this item.Sets the email address of the author of this item.RssItem.setComments(String comments) Sets the URL for comments relating to this item.RssItem.setContentEncoded(String contentEncoded) Sets the full HTML content for this item using thecontent:encodedextension.RssItem.setDescription(String description) Sets the description (synopsis) of this item.RssItem.setEnclosure(RssEnclosure enclosure) Sets the enclosure (media attachment) for this item.RssItem.setEnclosure(String url, long length, String mimeType) Sets the enclosure by creating one from the given parameters.Sets the globally unique identifier for this item.RssItem.setGuidIsPermaLink(boolean guidIsPermaLink) Sets whether the GUID is a permalink (a URL that can be opened in a browser).Sets the URL of this item.RssItem.setPubDate(Date pubDate) Sets the publication date of this item.Sets the source feed that this item came from.Sets the title of this item.Methods in com.oorian.rss that return types with arguments of type RssItemMethods in com.oorian.rss with parameters of type RssItemModifier and TypeMethodDescriptionAdds an item to this channel.