Interface DetachedRelationshipDescription

    • Method Detail

      • with

        DetachedRelationshipDescription with​(String propertyKey,
                                             Predicate predicate)
        Construct a new description from this description by adding/replacing a properties predicate with a new one.
        Parameters:
        propertyKey - key of the property the predicate is for.
        predicate - the predicate.
        Returns:
        a new instance of relationship description.