Class UserServiceImpl
-
- All Implemented Interfaces:
-
com.braintrustdata.api.services.blocking.UserService
public final class UserServiceImpl implements UserService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classUserServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description UserService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. Userretrieve(UserRetrieveParams params, RequestOptions requestOptions)UserListPagelist(UserListParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
UserService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
retrieve
User retrieve(UserRetrieveParams params, RequestOptions requestOptions)
-
list
UserListPage list(UserListParams params, RequestOptions requestOptions)
-
-
-
-