Class RoleServiceImpl
-
- All Implemented Interfaces:
-
com.openai.services.blocking.admin.organization.projects.RoleService
public final class RoleServiceImpl implements RoleService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classRoleServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description RoleService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. RoleServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. Rolecreate(RoleCreateParams params, RequestOptions requestOptions)Roleretrieve(RoleRetrieveParams params, RequestOptions requestOptions)Roleupdate(RoleUpdateParams params, RequestOptions requestOptions)RoleListPagelist(RoleListParams params, RequestOptions requestOptions)RoleDeleteResponsedelete(RoleDeleteParams params, RequestOptions requestOptions)-
Methods inherited from class com.openai.services.blocking.admin.organization.projects.RoleService
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
RoleService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
RoleService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
create
Role create(RoleCreateParams params, RequestOptions requestOptions)
-
retrieve
Role retrieve(RoleRetrieveParams params, RequestOptions requestOptions)
-
update
Role update(RoleUpdateParams params, RequestOptions requestOptions)
-
list
RoleListPage list(RoleListParams params, RequestOptions requestOptions)
-
delete
RoleDeleteResponse delete(RoleDeleteParams params, RequestOptions requestOptions)
-
-
-
-