Class UserServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.braintrustdata.api.services.async.UserServiceAsync
public final class UserServiceAsyncImpl implements UserServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classUserServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description UserServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. CompletableFuture<User>retrieve(UserRetrieveParams params, RequestOptions requestOptions)CompletableFuture<UserListPageAsync>list(UserListParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
UserServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
retrieve
CompletableFuture<User> retrieve(UserRetrieveParams params, RequestOptions requestOptions)
-
list
CompletableFuture<UserListPageAsync> list(UserListParams params, RequestOptions requestOptions)
-
-
-
-