Uses of Class
org.apache.juneau.bean.atom.Entry
Packages that use Entry
- 
Uses of Entry in org.apache.juneau.bean.atomMethods in org.apache.juneau.bean.atom that return EntryModifier and TypeMethodDescriptionstatic final EntryCreates anEntryelement with the specifiedsetId(Id),setTitle(Text), andsetUpdated(Calendar)attributes.static final EntryCreates anEntryelement with the specifiedsetId(Id),setTitle(Text), andsetUpdated(Calendar)attributes.Entry[]Feed.getEntries()Bean property getter:entries .Entry.setAuthors(Person... value) Entry.setCategories(Category... value) Entry.setContent(Content value) Bean property setter:content .Entry.setContributors(Person... value) Entry.setPublished(String value) Bean property fluent setter:published .Entry.setPublished(Calendar value) Bean property setter:published .Bean property setter:source .Entry.setSummary(String value) Bean property fluent setter:summary .Entry.setSummary(Text value) Bean property setter:summary .Entry.setUpdated(String value) Entry.setUpdated(Calendar value) Methods in org.apache.juneau.bean.atom with parameters of type Entry