Uses of Class
io.weaviate.client.v1.schema.model.Property
-
Packages that use Property Package Description io.weaviate.client.v1.schema.api io.weaviate.client.v1.schema.model -
-
Uses of Property in io.weaviate.client.v1.schema.api
Methods in io.weaviate.client.v1.schema.api with parameters of type Property Modifier and Type Method Description PropertyCreatorPropertyCreator. withProperty(Property property) -
Uses of Property in io.weaviate.client.v1.schema.model
Methods in io.weaviate.client.v1.schema.model that return Property Modifier and Type Method Description PropertyProperty.PropertyBuilder. build()Methods in io.weaviate.client.v1.schema.model that return types with arguments of type Property Modifier and Type Method Description List<Property>WeaviateClass. getProperties()Method parameters in io.weaviate.client.v1.schema.model with type arguments of type Property Modifier and Type Method Description WeaviateClass.WeaviateClassBuilderWeaviateClass.WeaviateClassBuilder. properties(List<Property> properties)
-