Class ReadEntryResult

    • Constructor Detail

      • ReadEntryResult

        public ReadEntryResult​(EntityProviderReadProperties properties,
                               EdmNavigationProperty navigationProperty,
                               ODataEntry entry,
                               String entryMetadataId)
        Constructor.Parameters MUST NOT BE NULL.
        Parameters:
        properties - read properties which are used to read enclosing parent entity
        navigationProperty - emd navigation property information of found inline navigation property
        entry - read entity as ODataEntry
        entryMetadataId - MetadataId
    • Method Detail

      • isFeed

        public boolean isFeed()
        Description copied from class: ReadResult
        Return whether this entry is a feed (multiplicity of 1..m) or a single entry (multiplicity of 0..1 or 1..1).
        Specified by:
        isFeed in class ReadResult
        Returns:
        true for a feed and false for an entry
      • getParentEntryId

        public String getParentEntryId()
        Returns:
        the rootEntryId