Class GroupServiceImpl
-
- All Implemented Interfaces:
-
com.openai.services.blocking.admin.organization.projects.GroupService
public final class GroupServiceImpl implements GroupService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classGroupServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description GroupService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. GroupServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. RoleServiceroles()ProjectGroupcreate(GroupCreateParams params, RequestOptions requestOptions)ProjectGroupretrieve(GroupRetrieveParams params, RequestOptions requestOptions)GroupListPagelist(GroupListParams params, RequestOptions requestOptions)GroupDeleteResponsedelete(GroupDeleteParams params, RequestOptions requestOptions)-
Methods inherited from class com.openai.services.blocking.admin.organization.projects.GroupService
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
GroupService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
GroupService 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
ProjectGroup create(GroupCreateParams params, RequestOptions requestOptions)
-
retrieve
ProjectGroup retrieve(GroupRetrieveParams params, RequestOptions requestOptions)
-
list
GroupListPage list(GroupListParams params, RequestOptions requestOptions)
-
delete
GroupDeleteResponse delete(GroupDeleteParams params, RequestOptions requestOptions)
-
-
-
-