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