Uses of Class
org.apache.juneau.bean.atom.Feed
Packages that use Feed
Package
Description
ATOM Data Transfer Objects
- 
Uses of Feed in org.apache.juneau.bean.atomMethods in org.apache.juneau.bean.atom that return FeedModifier and TypeMethodDescriptionstatic final FeedCreates aFeedelement with the specifiedsetId(Id),Entry.setTitle(Text), andsetUpdated(Calendar)attributes.static final FeedCreates aFeedelement with the specifiedsetId(Id),Entry.setTitle(Text), andsetUpdated(Calendar)attributes.Feed.setAuthors(Person... value) Feed.setCategories(Category... value) Feed.setContributors(Person... value) Feed.setEntries(Entry... value) Bean property setter:entries .Feed.setGenerator(Generator value) Bean property setter:generator .Bean property setter:icon .Bean property setter:logo .Feed.setSubtitle(String value) Bean property fluent setter:subtitle .Feed.setSubtitle(Text value) Bean property setter:subtitle .Feed.setUpdated(String value) Feed.setUpdated(Calendar value) 
- 
Uses of Feed in org.apache.juneau.examples.bean.atomMethods in org.apache.juneau.examples.bean.atom that return Feed
- 
Uses of Feed in org.apache.juneau.examples.rest.dtoMethods in org.apache.juneau.examples.rest.dto that return FeedModifier and TypeMethodDescriptionAtomFeedResource.get()[HTTP GET /dto/atom] Get the sample ATOM feed[HTTP PUT /dto/atom] Overwrite the sample ATOM feedMethods in org.apache.juneau.examples.rest.dto with parameters of type Feed