Interface ODataEntry

    • Method Detail

      • getProperties

        Map<String,​Object> getProperties()
        Properties of this ODataEntry in form of a property name to property value map.
        Returns:
        a property name to property value map.
      • containsInlineEntry

        boolean containsInlineEntry()
        If this ODataEntry contains properties of an inline navigation property this method returns true. Otherwise if this ODataEntry only contains it own properties this method returns false.
        Returns:
        true if inline navigation properties are contained, otherwise false.
      • getExpandSelectTree

        ExpandSelectTreeNode getExpandSelectTree()
        Gets the expand select tree data structure which can be used for $expand query option.
        Returns:
        parsed tree structure representing the $expand