Interface ODataFeed
-
- All Known Subinterfaces:
ODataDeltaFeed
public interface ODataFeedAnODataFeedobject contains a list ofODataEntrys and the metadata associated with this feed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<ODataEntry>getEntries()The returned list may be empty but never null.FeedMetadatagetFeedMetadata()
-
-
-
Method Detail
-
getEntries
List<ODataEntry> getEntries()
The returned list may be empty but never null.- Returns:
- list of
ODataEntrys
-
getFeedMetadata
FeedMetadata getFeedMetadata()
- Returns:
FeedMetadataobject
-
-