Uses of Class
com.splunk.AtomEntry

Packages that use AtomEntry
com.splunk   
 

Uses of AtomEntry in com.splunk
 

Fields in com.splunk with type parameters of type AtomEntry
 java.util.ArrayList<AtomEntry> AtomFeed.entries
          The list of Atom entries contained in this AtomFeed object.
 

Methods in com.splunk that return AtomEntry
static AtomEntry AtomEntry.parseStream(java.io.InputStream input)
          Creates a new AtomEntry instance based on a given stream.