org.apache.olingo.odata2.api.ep.entry
Interface EntryMetadata


public interface EntryMetadata

EntryMetadata contains all metadata for an ODataEntry.


Method Summary
 List<String> getAssociationUris(String navigationPropertyName)
          Gets the association URIs for a given navigation property.
 String getEtag()
          Gets the entity tag for this entry.
 String getId()
          Gets the ID of this entry.
 String getUri()
          Gets the URI of this entry.
 

Method Detail

getUri

String getUri()
Gets the URI of this entry.

Returns:
the URI

getAssociationUris

List<String> getAssociationUris(String navigationPropertyName)
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


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