public interface

Feed

org.odata4j.format.Feed
Known Indirect Subclasses

Class Overview

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.

Summary

Public Methods
abstract Iterable<Entry> getEntries()
abstract String getNext()

Public Methods

public abstract Iterable<Entry> getEntries ()

public abstract String getNext ()