Uses of Class
io.weaviate.client.v1.data.model.WeaviateObject
Packages that use WeaviateObject
Package
Description
-
Uses of WeaviateObject in io.weaviate.client.v1.async.batch.api
Methods in io.weaviate.client.v1.async.batch.api with parameters of type WeaviateObjectModifier and TypeMethodDescriptionObjectsBatcher.withObject(WeaviateObject object) ObjectsBatcher.withObjects(WeaviateObject... objects) -
Uses of WeaviateObject in io.weaviate.client.v1.async.data.api
Methods in io.weaviate.client.v1.async.data.api that return types with arguments of type WeaviateObjectModifier and TypeMethodDescriptionObjectCreator.run(org.apache.hc.core5.concurrent.FutureCallback<Result<WeaviateObject>> callback) ObjectsGetter.run(org.apache.hc.core5.concurrent.FutureCallback<Result<List<WeaviateObject>>> callback) Method parameters in io.weaviate.client.v1.async.data.api with type arguments of type WeaviateObjectModifier and TypeMethodDescriptionObjectCreator.run(org.apache.hc.core5.concurrent.FutureCallback<Result<WeaviateObject>> callback) ObjectsGetter.run(org.apache.hc.core5.concurrent.FutureCallback<Result<List<WeaviateObject>>> callback) -
Uses of WeaviateObject in io.weaviate.client.v1.batch.api
Methods in io.weaviate.client.v1.batch.api with parameters of type WeaviateObjectModifier and TypeMethodDescriptionObjectsBatcher.withObject(WeaviateObject object) ObjectsBatcher.withObjects(WeaviateObject... objects) Method parameters in io.weaviate.client.v1.batch.api with type arguments of type WeaviateObjectModifier and TypeMethodDescriptionstatic Result<ObjectGetResponse[]>ObjectsBatcher.resultFromBatchObjectsReply(WeaviateProtoBatch.BatchObjectsReply reply, List<WeaviateObject> batch) -
Uses of WeaviateObject in io.weaviate.client.v1.batch.grpc
Methods in io.weaviate.client.v1.batch.grpc with parameters of type WeaviateObject -
Uses of WeaviateObject in io.weaviate.client.v1.batch.model
Methods in io.weaviate.client.v1.batch.model that return WeaviateObjectMethods in io.weaviate.client.v1.batch.model with parameters of type WeaviateObjectModifier and TypeMethodDescriptionObjectsBatchRequestBody.ObjectsBatchRequestBodyBuilder.objects(WeaviateObject[] objects) -
Uses of WeaviateObject in io.weaviate.client.v1.data.api
Methods in io.weaviate.client.v1.data.api that return types with arguments of type WeaviateObject -
Uses of WeaviateObject in io.weaviate.client.v1.data.model
Methods in io.weaviate.client.v1.data.model that return WeaviateObjectModifier and TypeMethodDescriptionWeaviateObject.WeaviateObjectBuilder.build()WeaviateObject.Adapter.deserialize(com.google.gson.JsonElement json, Type typeOfT, com.google.gson.JsonDeserializationContext ctx) ObjectsListResponse.getObjects()Methods in io.weaviate.client.v1.data.model with parameters of type WeaviateObjectModifier and TypeMethodDescriptionObjectsListResponse.ObjectsListResponseBuilder.objects(WeaviateObject[] objects) com.google.gson.JsonElementWeaviateObject.Adapter.serialize(WeaviateObject src, Type typeOfSrc, com.google.gson.JsonSerializationContext ctx)