Package org.neo4j.gds
Class AbstractRelationshipProjection.Builder
- java.lang.Object
-
- org.neo4j.gds.RelationshipProjection.Builder
-
- org.neo4j.gds.AbstractRelationshipProjection.Builder
-
- Enclosing class:
- AbstractRelationshipProjection
@AccessibleFields public static final class AbstractRelationshipProjection.Builder extends org.neo4j.gds.RelationshipProjection.Builder
-
-
Method Summary
All Methods Instance Methods Concrete Methods Default Methods Modifier and Type Method Description default SelfaddAllProperties(java.lang.Iterable<? extends PropertyMapping> properties)default SelfaddProperties(PropertyMapping... properties)default SelfaddProperty(@Nullable java.lang.String propertyKey, @Nullable java.lang.String neoPropertyKey, DefaultValue defaultValue)default SelfaddProperty(@Nullable java.lang.String propertyKey, @Nullable java.lang.String neoPropertyKey, DefaultValue defaultValue, Aggregation aggregation)default SelfaddProperty(PropertyMapping mapping)org.neo4j.gds.RelationshipProjectionbuild()default voidbuildProperties()org.neo4j.gds.ElementProjection.InlinePropertiesBuilderinlineBuilder()
-
-
-
Method Detail
-
build
public org.neo4j.gds.RelationshipProjection build()
- Overrides:
buildin classorg.neo4j.gds.RelationshipProjection.Builder
-
inlineBuilder
public org.neo4j.gds.ElementProjection.InlinePropertiesBuilder inlineBuilder()
-
addProperty
public default Self addProperty(PropertyMapping mapping)
-
addProperty
public default Self addProperty(@Nullable @Nullable java.lang.String propertyKey, @Nullable @Nullable java.lang.String neoPropertyKey, DefaultValue defaultValue)
-
addProperty
public default Self addProperty(@Nullable @Nullable java.lang.String propertyKey, @Nullable @Nullable java.lang.String neoPropertyKey, DefaultValue defaultValue, Aggregation aggregation)
-
addProperties
public default Self addProperties(PropertyMapping... properties)
-
addAllProperties
public default Self addAllProperties(java.lang.Iterable<? extends PropertyMapping> properties)
-
buildProperties
public default void buildProperties()
-
-