Uses of Class
org.apache.juneau.bean.atom.Id
Packages that use Id
-
Uses of Id in org.apache.juneau.bean.atom
Methods in org.apache.juneau.bean.atom that return IdModifier and TypeMethodDescriptionCommonEntry.getId()
Bean property getter:id .static final Id
Creates anId
element with the specifiedsetText(String)
child node.Bean property setter:text .Methods in org.apache.juneau.bean.atom with parameters of type IdModifier and TypeMethodDescriptionstatic final Entry
Creates anEntry
element with the specifiedEntry.setId(Id)
,Entry.setTitle(Text)
, andEntry.setUpdated(Calendar)
attributes.static final Feed
Creates aFeed
element with the specifiedFeed.setId(Id)
,Entry.setTitle(Text)
, andFeed.setUpdated(Calendar)
attributes.Bean property setter:id .Constructors in org.apache.juneau.bean.atom with parameters of type Id