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