All members of ODataFeed, including inherited members.
MethodsModifier 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() | |
protected IODataSchema | getSchema() | |
public String | getTitle() | Returns the Title of the OData Feed. |
protected void | setDeltaLink(IODataLink) | |
protected void | setSchema(IODataSchema) |