Package com.openai.services.async.admin
Class OrganizationServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.openai.services.async.admin.OrganizationServiceAsync.WithRawResponse
public final class OrganizationServiceAsyncImpl.WithRawResponseImpl implements OrganizationServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description OrganizationServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. AuditLogServiceAsync.WithRawResponseauditLogs()List user actions and configuration changes within this organization. AdminApiKeyServiceAsync.WithRawResponseadminApiKeys()UsageServiceAsync.WithRawResponseusage()InviteServiceAsync.WithRawResponseinvites()UserServiceAsync.WithRawResponseusers()GroupServiceAsync.WithRawResponsegroups()RoleServiceAsync.WithRawResponseroles()DataRetentionServiceAsync.WithRawResponsedataRetention()SpendAlertServiceAsync.WithRawResponsespendAlerts()CertificateServiceAsync.WithRawResponsecertificates()ProjectServiceAsync.WithRawResponseprojects()-
-
Method Detail
-
withOptions
OrganizationServiceAsync.WithRawResponse 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.WithRawResponse auditLogs()
List user actions and configuration changes within this organization.
-
adminApiKeys
AdminApiKeyServiceAsync.WithRawResponse adminApiKeys()
-
invites
InviteServiceAsync.WithRawResponse invites()
-
groups
GroupServiceAsync.WithRawResponse groups()
-
dataRetention
DataRetentionServiceAsync.WithRawResponse dataRetention()
-
spendAlerts
SpendAlertServiceAsync.WithRawResponse spendAlerts()
-
certificates
CertificateServiceAsync.WithRawResponse certificates()
-
projects
ProjectServiceAsync.WithRawResponse projects()
-
-
-
-