Class OrganizationServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.openai.services.blocking.admin.OrganizationService.WithRawResponse
public final class OrganizationServiceImpl.WithRawResponseImpl implements OrganizationService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description OrganizationService.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. AuditLogService.WithRawResponseauditLogs()List user actions and configuration changes within this organization. AdminApiKeyService.WithRawResponseadminApiKeys()UsageService.WithRawResponseusage()InviteService.WithRawResponseinvites()UserService.WithRawResponseusers()GroupService.WithRawResponsegroups()RoleService.WithRawResponseroles()DataRetentionService.WithRawResponsedataRetention()SpendAlertService.WithRawResponsespendAlerts()CertificateService.WithRawResponsecertificates()ProjectService.WithRawResponseprojects()-
-
Method Detail
-
withOptions
OrganizationService.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
AuditLogService.WithRawResponse auditLogs()
List user actions and configuration changes within this organization.
-
adminApiKeys
AdminApiKeyService.WithRawResponse adminApiKeys()
-
usage
UsageService.WithRawResponse usage()
-
invites
InviteService.WithRawResponse invites()
-
users
UserService.WithRawResponse users()
-
groups
GroupService.WithRawResponse groups()
-
roles
RoleService.WithRawResponse roles()
-
dataRetention
DataRetentionService.WithRawResponse dataRetention()
-
spendAlerts
SpendAlertService.WithRawResponse spendAlerts()
-
certificates
CertificateService.WithRawResponse certificates()
-
projects
ProjectService.WithRawResponse projects()
-
-
-
-