Package io.weaviate.client.v1.data.api
Class ReferenceReplacer
- All Implemented Interfaces:
ClientResult<Boolean>
-
Field Summary
Fields inherited from class io.weaviate.client.base.BaseClient
config, serializer
-
Constructor Summary
ConstructorsConstructorDescriptionReferenceReplacer
(HttpClient httpClient, Config config, ReferencesPath referencesPath) -
Method Summary
Modifier and TypeMethodDescriptionrun()
withClassName
(String className) withConsistencyLevel
(String consistencyLevel) withReferenceProperty
(String propertyName) withReferences
(SingleRef... referencePayload) withTenant
(String tenant) Methods inherited from class io.weaviate.client.base.BaseClient
getWeaviateErrorResponse, sendDeleteRequest, sendGetRequest, sendHeadRequest, sendHttpRequest, sendPatchRequest, sendPostRequest, sendPutRequest, toResponse
-
Constructor Details
-
ReferenceReplacer
-
-
Method Details
-
withID
-
withClassName
-
withConsistencyLevel
-
withTenant
-
withReferenceProperty
-
withReferences
-
run
- Specified by:
run
in interfaceClientResult<Boolean>
-