Class UserAssignmentsGetter
java.lang.Object
io.weaviate.client.base.AsyncBaseClient<List<UserAssignment>>
io.weaviate.client.v1.async.rbac.api.UserAssignmentsGetter
- All Implemented Interfaces:
AsyncClientResult<List<UserAssignment>>
public class UserAssignmentsGetter
extends AsyncBaseClient<List<UserAssignment>>
implements AsyncClientResult<List<UserAssignment>>
-
Field Summary
Fields inherited from class io.weaviate.client.base.AsyncBaseClient
client -
Constructor Summary
ConstructorsConstructorDescriptionUserAssignmentsGetter(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient httpClient, Config config, AccessTokenProvider tokenProvider) -
Method Summary
Modifier and TypeMethodDescriptionrun(org.apache.hc.core5.concurrent.FutureCallback<Result<List<UserAssignment>>> callback) 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
-
UserAssignmentsGetter
public UserAssignmentsGetter(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient httpClient, Config config, AccessTokenProvider tokenProvider)
-
-
Method Details
-
withRole
-
run
public Future<Result<List<UserAssignment>>> run(org.apache.hc.core5.concurrent.FutureCallback<Result<List<UserAssignment>>> callback) - Specified by:
runin interfaceAsyncClientResult<List<UserAssignment>>
-