org.apache.olingo.odata2.api.ep.feed
Interface ODataDeltaFeed

All Superinterfaces:
ODataFeed

public interface ODataDeltaFeed
extends ODataFeed


Method Summary
 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


Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.