Package io.weaviate.client.v1.data.api
Class ObjectsChecker
- All Implemented Interfaces:
ClientResult<Boolean>
-
Field Summary
Fields inherited from class io.weaviate.client.base.BaseClient
config, serializer -
Constructor Summary
ConstructorsConstructorDescriptionObjectsChecker(HttpClient httpClient, Config config, ObjectsPath objectsPath) -
Method Summary
Modifier and TypeMethodDescriptionrun()withClassName(String className) withTenant(String tenant) Methods inherited from class io.weaviate.client.base.BaseClient
getWeaviateErrorResponse, sendDeleteRequest, sendGetRequest, sendHeadRequest, sendHttpRequest, sendPatchRequest, sendPostRequest, sendPutRequest, toResponse
-
Constructor Details
-
ObjectsChecker
-
-
Method Details
-
withID
-
withClassName
-
withTenant
-
run
- Specified by:
runin interfaceClientResult<Boolean>
-