Class NodeSchema.Builder

  • Enclosing interface:
    NodeSchema

    @AccessibleFields
    public static class NodeSchema.Builder
    extends org.neo4j.gds.api.schema.ImmutableNodeSchema.Builder
    • Field Summary

      • Fields inherited from class org.neo4j.gds.api.schema.ImmutableNodeSchema.Builder

        properties
    • Constructor Summary

      Constructors 
      Constructor Description
      Builder()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      NodeSchema.Builder addLabel​(org.neo4j.gds.NodeLabel key)  
      NodeSchema.Builder addProperty​(org.neo4j.gds.NodeLabel key, java.lang.String propertyName, org.neo4j.gds.api.nodeproperties.ValueType valueType)  
      NodeSchema.Builder addProperty​(org.neo4j.gds.NodeLabel key, java.lang.String propertyName, PropertySchema propertySchema)  
      • Methods inherited from class org.neo4j.gds.api.schema.ImmutableNodeSchema.Builder

        build, clear, from, properties, putAllProperties, putProperty, putProperty
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • addProperty

        public NodeSchema.Builder addProperty​(org.neo4j.gds.NodeLabel key,
                                              java.lang.String propertyName,
                                              org.neo4j.gds.api.nodeproperties.ValueType valueType)