org.odata4j.format
Interface Feed

All Known Implementing Classes:
AtomFeedFormatParser.AtomFeed

public interface Feed

Feed and Entry are buildings block for the ODATA payload. There are differences between the Atom and Json format. These interfaces are used where we can handle both formats the same way.


Method Summary
 Iterable<Entry> getEntries()
           
 String getNext()
           
 

Method Detail

getEntries

Iterable<Entry> getEntries()

getNext

String getNext()


http://odata4j.org