Uses of Class
io.weaviate.client.v1.data.util.ReferencesPath
Packages that use ReferencesPath
-
Uses of ReferencesPath in io.weaviate.client.v1.async.data.api
Constructors in io.weaviate.client.v1.async.data.api with parameters of type ReferencesPathModifierConstructorDescriptionReferenceCreator(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient client, Config config, AccessTokenProvider tokenProvider, ReferencesPath referencesPath) ReferenceDeleter(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient client, Config config, AccessTokenProvider tokenProvider, ReferencesPath referencesPath) ReferenceReplacer(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient client, Config config, AccessTokenProvider tokenProvider, ReferencesPath referencesPath) -
Uses of ReferencesPath in io.weaviate.client.v1.data.api
Constructors in io.weaviate.client.v1.data.api with parameters of type ReferencesPathModifierConstructorDescriptionReferenceCreator(HttpClient httpClient, Config config, ReferencesPath referencesPath) ReferenceDeleter(HttpClient httpClient, Config config, ReferencesPath referencesPath) ReferenceReplacer(HttpClient httpClient, Config config, ReferencesPath referencesPath)