Uses of Class
io.weaviate.client.v1.schema.api.ClassDeleter
-
Packages that use ClassDeleter Package Description io.weaviate.client.v1.schema io.weaviate.client.v1.schema.api -
-
Uses of ClassDeleter in io.weaviate.client.v1.schema
Methods in io.weaviate.client.v1.schema that return ClassDeleter Modifier and Type Method Description ClassDeleterSchema. classDeleter() -
Uses of ClassDeleter in io.weaviate.client.v1.schema.api
Methods in io.weaviate.client.v1.schema.api that return ClassDeleter Modifier and Type Method Description ClassDeleterClassDeleter. withClassName(String className)Constructors in io.weaviate.client.v1.schema.api with parameters of type ClassDeleter Constructor Description SchemaDeleter(SchemaGetter schemaGetter, ClassDeleter classDeleter)
-