Interface EntryMetadata
- All Known Implementing Classes:
EntryMetadataImpl
public interface EntryMetadata
EntryMetadata contains all metadata for an ODataEntry.-
Method Summary
-
Method Details
-
getUri
String getUri()Gets the URI of this entry.- Returns:
- the URI
-
getAssociationUris
Gets the association URIs for a given navigation property.- Parameters:
navigationPropertyName- the name of the navigation property- Returns:
- the list of URIs for the given navigation property
-
getEtag
String getEtag()Gets the entity tag for this entry.- Returns:
- the entity tag
-
getId
String getId()Gets the ID of this entry.- Returns:
- the ID
-