Package org.apache.olingo.odata2.api.ep.entry
Entity Provider Entries
The org.apache.olingo.odata2.api.ep.entry package contains all classes related and necessary for an
ODataEntry.
-
Interface Summary Interface Description DeletedEntryMetadata Metadata of a deleted feed entry as defined in Atom Tombstone extension (RFC6721) or Json proprietary format.EntryMetadata EntryMetadatacontains all metadata for anODataEntry.MediaMetadata MediaMetadatacontains all metadata for media related entries.ODataEntry AnODataEntrycontains all properties (in form of aMap) and possible metadata (in form ofMediaMetadataand/orEntryMetadata) for an entry.