Package com.openai.services.async.admin
Class OrganizationServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.openai.services.async.admin.OrganizationServiceAsync
public final class OrganizationServiceAsyncImpl implements OrganizationServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classOrganizationServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description OrganizationServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. OrganizationServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. AuditLogServiceAsyncauditLogs()List user actions and configuration changes within this organization. AdminApiKeyServiceAsyncadminApiKeys()UsageServiceAsyncusage()InviteServiceAsyncinvites()UserServiceAsyncusers()GroupServiceAsyncgroups()RoleServiceAsyncroles()DataRetentionServiceAsyncdataRetention()SpendAlertServiceAsyncspendAlerts()CertificateServiceAsynccertificates()ProjectServiceAsyncprojects()-
-
Method Detail
-
withRawResponse
OrganizationServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
OrganizationServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
auditLogs
AuditLogServiceAsync auditLogs()
List user actions and configuration changes within this organization.
-
adminApiKeys
AdminApiKeyServiceAsync adminApiKeys()
-
usage
UsageServiceAsync usage()
-
invites
InviteServiceAsync invites()
-
users
UserServiceAsync users()
-
groups
GroupServiceAsync groups()
-
roles
RoleServiceAsync roles()
-
dataRetention
DataRetentionServiceAsync dataRetention()
-
spendAlerts
SpendAlertServiceAsync spendAlerts()
-
certificates
CertificateServiceAsync certificates()
-
projects
ProjectServiceAsync projects()
-
-
-
-