Interface OrganizationService
-
- All Implemented Interfaces:
public interface OrganizationService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceOrganizationService.WithRawResponseA view of OrganizationService that provides access to raw HTTP responses for each method.
-
Method Summary
Modifier and Type Method Description abstract OrganizationService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. abstract OrganizationServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. abstract AuditLogServiceauditLogs()List user actions and configuration changes within this organization. abstract AdminApiKeyServiceadminApiKeys()abstract UsageServiceusage()abstract InviteServiceinvites()abstract UserServiceusers()abstract GroupServicegroups()abstract RoleServiceroles()abstract DataRetentionServicedataRetention()abstract SpendAlertServicespendAlerts()abstract CertificateServicecertificates()abstract ProjectServiceprojects()-
-
Method Detail
-
withRawResponse
abstract OrganizationService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
abstract OrganizationService 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 AuditLogService auditLogs()
List user actions and configuration changes within this organization.
-
adminApiKeys
abstract AdminApiKeyService adminApiKeys()
-
usage
abstract UsageService usage()
-
invites
abstract InviteService invites()
-
users
abstract UserService users()
-
groups
abstract GroupService groups()
-
roles
abstract RoleService roles()
-
dataRetention
abstract DataRetentionService dataRetention()
-
spendAlerts
abstract SpendAlertService spendAlerts()
-
certificates
abstract CertificateService certificates()
-
projects
abstract ProjectService projects()
-
-
-
-