Class RoleServiceImpl
-
- All Implemented Interfaces:
-
com.openai.services.blocking.admin.organization.groups.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. RoleCreateResponsecreate(RoleCreateParams params, RequestOptions requestOptions)RoleRetrieveResponseretrieve(RoleRetrieveParams params, RequestOptions requestOptions)RoleListPagelist(RoleListParams params, RequestOptions requestOptions)RoleDeleteResponsedelete(RoleDeleteParams params, RequestOptions requestOptions)-
Methods inherited from class com.openai.services.blocking.admin.organization.groups.RoleService
create, create, create, delete, delete, delete, list, list, list, list, list, retrieve, retrieve, retrieve -
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
RoleCreateResponse create(RoleCreateParams params, RequestOptions requestOptions)
-
retrieve
RoleRetrieveResponse retrieve(RoleRetrieveParams params, RequestOptions requestOptions)
-
list
RoleListPage list(RoleListParams params, RequestOptions requestOptions)
-
delete
RoleDeleteResponse delete(RoleDeleteParams params, RequestOptions requestOptions)
-
-
-
-