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