Interface ODataDeltaFeed
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<DeletedEntryMetadata>getDeletedEntries()Delta responses can contain changed feed data and deleted entries metadata.-
Methods inherited from interface org.apache.olingo.odata2.api.ep.feed.ODataFeed
getEntries, getFeedMetadata
-
-
-
-
Method Detail
-
getDeletedEntries
List<DeletedEntryMetadata> getDeletedEntries()
Delta responses can contain changed feed data and deleted entries metadata. A delta response it the result of a delta link. If the feed is not a delta feed then the list of deleted entries is null.- Returns:
- metadata of deleted entries in case of feed is result of a delta response or null
-
-