Interface EntryMetadata

All Known Implementing Classes:
EntryMetadataImpl

public interface EntryMetadata
EntryMetadata contains all metadata for an ODataEntry.
  • Method Summary

    Modifier and Type
    Method
    Description
    getAssociationUris(String navigationPropertyName)
    Gets the association URIs for a given navigation property.
    Gets the entity tag for this entry.
    Gets the ID of this entry.
    Gets the URI of this entry.
  • Method Details

    • 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