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