Uses of Class
io.weaviate.client.v1.data.util.ObjectsPath
Packages that use ObjectsPath
-
Uses of ObjectsPath in io.weaviate.client.v1.async.data.api
Constructors in io.weaviate.client.v1.async.data.api with parameters of type ObjectsPathModifierConstructorDescriptionObjectCreator(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient client, Config config, AccessTokenProvider tokenProvider, ObjectsPath objectsPath) ObjectDeleter(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient client, Config config, AccessTokenProvider tokenProvider, ObjectsPath objectsPath) ObjectsChecker(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient client, Config config, AccessTokenProvider tokenProvider, ObjectsPath objectsPath) ObjectsGetter(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient client, Config config, AccessTokenProvider tokenProvider, ObjectsPath objectsPath) ObjectUpdater(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient client, Config config, AccessTokenProvider tokenProvider, ObjectsPath objectsPath) -
Uses of ObjectsPath in io.weaviate.client.v1.data.api
Constructors in io.weaviate.client.v1.data.api with parameters of type ObjectsPathModifierConstructorDescriptionObjectCreator(HttpClient httpClient, Config config, ObjectsPath objectsPath) ObjectDeleter(HttpClient httpClient, Config config, ObjectsPath objectsPath) ObjectsChecker(HttpClient httpClient, Config config, ObjectsPath objectsPath) ObjectsGetter(HttpClient httpClient, Config config, ObjectsPath objectsPath) ObjectUpdater(HttpClient httpClient, Config config, ObjectsPath objectsPath)