Class Property.PropertyBuilder
- java.lang.Object
-
- technology.semi.weaviate.client.v1.schema.model.Property.PropertyBuilder
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Propertybuild()Property.PropertyBuilderdataType(List<String> dataType)Property.PropertyBuilderdescription(String description)Property.PropertyBuilderindexInverted(Boolean indexInverted)Property.PropertyBuildermoduleConfig(Object moduleConfig)Property.PropertyBuildername(String name)Property.PropertyBuildertokenization(String tokenization)StringtoString()
-
-
-
Method Detail
-
name
public Property.PropertyBuilder name(String name)
- Returns:
this.
-
dataType
public Property.PropertyBuilder dataType(List<String> dataType)
- Returns:
this.
-
description
public Property.PropertyBuilder description(String description)
- Returns:
this.
-
tokenization
public Property.PropertyBuilder tokenization(String tokenization)
- Returns:
this.
-
indexInverted
public Property.PropertyBuilder indexInverted(Boolean indexInverted)
- Returns:
this.
-
moduleConfig
public Property.PropertyBuilder moduleConfig(Object moduleConfig)
- Returns:
this.
-
build
public Property build()
-
-