Uses of Class
io.weaviate.client.v1.schema.model.Property.NestedProperty
-
Packages that use Property.NestedProperty Package Description io.weaviate.client.v1.schema.model -
-
Uses of Property.NestedProperty in io.weaviate.client.v1.schema.model
Methods in io.weaviate.client.v1.schema.model that return Property.NestedProperty Modifier and Type Method Description Property.NestedPropertyProperty.NestedProperty.NestedPropertyBuilder. build()Methods in io.weaviate.client.v1.schema.model that return types with arguments of type Property.NestedProperty Modifier and Type Method Description List<Property.NestedProperty>Property. getNestedProperties()List<Property.NestedProperty>Property.NestedProperty. getNestedProperties()Method parameters in io.weaviate.client.v1.schema.model with type arguments of type Property.NestedProperty Modifier and Type Method Description Property.NestedProperty.NestedPropertyBuilderProperty.NestedProperty.NestedPropertyBuilder. nestedProperties(List<Property.NestedProperty> nestedProperties)Property.PropertyBuilderProperty.PropertyBuilder. nestedProperties(List<Property.NestedProperty> nestedProperties)
-