Class ReferenceCreator
java.lang.Object
io.weaviate.client.base.AsyncBaseClient<Boolean>
io.weaviate.client.v1.async.data.api.ReferenceCreator
- All Implemented Interfaces:
AsyncClientResult<Boolean>
public class ReferenceCreator
extends AsyncBaseClient<Boolean>
implements AsyncClientResult<Boolean>
-
Field Summary
Fields inherited from class io.weaviate.client.base.AsyncBaseClient
client -
Constructor Summary
ConstructorsConstructorDescriptionReferenceCreator(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient client, Config config, AccessTokenProvider tokenProvider, ReferencesPath referencesPath) -
Method Summary
Modifier and TypeMethodDescriptionwithClassName(String className) withConsistencyLevel(String consistencyLevel) withReference(SingleRef referencePayload) withReferenceProperty(String propertyName) withTenant(String tenant) Methods inherited from class io.weaviate.client.base.AsyncBaseClient
getRequest, sendDeleteRequest, sendDeleteRequest, sendGetRequest, sendGetRequest, sendHeadRequest, sendHeadRequest, sendPatchRequest, sendPatchRequest, sendPostRequest, sendPostRequest, sendPutRequest, sendPutRequestMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.weaviate.client.base.AsyncClientResult
run
-
Constructor Details
-
ReferenceCreator
public ReferenceCreator(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient client, Config config, AccessTokenProvider tokenProvider, ReferencesPath referencesPath)
-
-
Method Details