Class UserServiceImpl
-
- All Implemented Interfaces:
-
com.openai.services.blocking.admin.organization.projects.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. UserServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. RoleServiceroles()ProjectUsercreate(UserCreateParams params, RequestOptions requestOptions)ProjectUserretrieve(UserRetrieveParams params, RequestOptions requestOptions)ProjectUserupdate(UserUpdateParams params, RequestOptions requestOptions)UserListPagelist(UserListParams params, RequestOptions requestOptions)UserDeleteResponsedelete(UserDeleteParams params, RequestOptions requestOptions)-
Methods inherited from class com.openai.services.blocking.admin.organization.projects.UserService
create, create, create, delete, delete, delete, list, list, list, list, list, retrieve, retrieve, retrieve, update, update, update -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withRawResponse
UserService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
UserService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
roles
RoleService roles()
-
create
ProjectUser create(UserCreateParams params, RequestOptions requestOptions)
-
retrieve
ProjectUser retrieve(UserRetrieveParams params, RequestOptions requestOptions)
-
update
ProjectUser update(UserUpdateParams params, RequestOptions requestOptions)
-
list
UserListPage list(UserListParams params, RequestOptions requestOptions)
-
delete
UserDeleteResponse delete(UserDeleteParams params, RequestOptions requestOptions)
-
-
-
-