Uses of Class
technology.semi.weaviate.client.v1.data.api.ObjectUpdater
-
Packages that use ObjectUpdater Package Description technology.semi.weaviate.client.v1.data technology.semi.weaviate.client.v1.data.api -
-
Uses of ObjectUpdater in technology.semi.weaviate.client.v1.data
Methods in technology.semi.weaviate.client.v1.data that return ObjectUpdater Modifier and Type Method Description ObjectUpdaterData. updater() -
Uses of ObjectUpdater in technology.semi.weaviate.client.v1.data.api
Methods in technology.semi.weaviate.client.v1.data.api that return ObjectUpdater Modifier and Type Method Description ObjectUpdaterObjectUpdater. withClassName(String className)ObjectUpdaterObjectUpdater. withID(String id)ObjectUpdaterObjectUpdater. withMerge()ObjectUpdaterObjectUpdater. withProperties(Map<String,Object> properties)
-