Consists of APIs related to OData Feed.
com.sap.mobile.lib.parser
public interface IODataFeed
All members of IODataFeed, including inherited members.
Methods| Modifier and Type | Method | Description | 
|---|---|---|
| public String | getAuthor() | Returns the name of the Author of the OData Feed. | 
| public List< String > | getDeletedEntries() | Returns the list of links of the Deleted Entries. | 
| public IODataLink | getDeltaLink() | Returns the latest delta link token. | 
| public List< IODataEntry > | getEntries() | Returns the entries in the feed that have been updated/ entire list of entries in the collection. | 
| public String | getId() | Returns the id of the OData Feed. | 
| public String | getLastUpdated() | Returns the date/time of last update on the OData Feed. | 
| public List< IODataLink > | getLinks() | |
| public String | getTitle() | Returns the Title of the OData Feed. |