Package com.openai.services.async.admin
Interface OrganizationServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface OrganizationServiceAsync.WithRawResponseA view of OrganizationServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract OrganizationServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. abstract AuditLogServiceAsync.WithRawResponseauditLogs()List user actions and configuration changes within this organization. abstract AdminApiKeyServiceAsync.WithRawResponseadminApiKeys()abstract UsageServiceAsync.WithRawResponseusage()abstract InviteServiceAsync.WithRawResponseinvites()abstract UserServiceAsync.WithRawResponseusers()abstract GroupServiceAsync.WithRawResponsegroups()abstract RoleServiceAsync.WithRawResponseroles()abstract DataRetentionServiceAsync.WithRawResponsedataRetention()abstract SpendAlertServiceAsync.WithRawResponsespendAlerts()abstract CertificateServiceAsync.WithRawResponsecertificates()abstract ProjectServiceAsync.WithRawResponseprojects()-
-
Method Detail
-
withOptions
abstract 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
abstract AuditLogServiceAsync.WithRawResponse auditLogs()
List user actions and configuration changes within this organization.
-
adminApiKeys
abstract AdminApiKeyServiceAsync.WithRawResponse adminApiKeys()
-
usage
abstract UsageServiceAsync.WithRawResponse usage()
-
invites
abstract InviteServiceAsync.WithRawResponse invites()
-
users
abstract UserServiceAsync.WithRawResponse users()
-
groups
abstract GroupServiceAsync.WithRawResponse groups()
-
roles
abstract RoleServiceAsync.WithRawResponse roles()
-
dataRetention
abstract DataRetentionServiceAsync.WithRawResponse dataRetention()
-
spendAlerts
abstract SpendAlertServiceAsync.WithRawResponse spendAlerts()
-
certificates
abstract CertificateServiceAsync.WithRawResponse certificates()
-
projects
abstract ProjectServiceAsync.WithRawResponse projects()
-
-
-
-