public static class

AtomFeedFormatParser.AtomFeed

extends Object
implements Feed
java.lang.Object
   ↳ org.odata4j.format.xml.AtomFeedFormatParser.AtomFeed

Summary

Fields
public Iterable<Entry> entries
public String next
Public Constructors
AtomFeedFormatParser.AtomFeed()
Public Methods
Iterable<Entry> getEntries()
String getNext()
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.odata4j.format.Feed

Fields

public Iterable<Entry> entries

public String next

Public Constructors

public AtomFeedFormatParser.AtomFeed ()

Public Methods

public Iterable<Entry> getEntries ()

public String getNext ()