Interface OrganizationService.WithRawResponse
-
- All Implemented Interfaces:
public interface OrganizationService.WithRawResponseA view of OrganizationService that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract OrganizationService.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. abstract AuditLogService.WithRawResponseauditLogs()List user actions and configuration changes within this organization. abstract AdminApiKeyService.WithRawResponseadminApiKeys()abstract UsageService.WithRawResponseusage()abstract InviteService.WithRawResponseinvites()abstract UserService.WithRawResponseusers()abstract GroupService.WithRawResponsegroups()abstract RoleService.WithRawResponseroles()abstract DataRetentionService.WithRawResponsedataRetention()abstract SpendAlertService.WithRawResponsespendAlerts()abstract CertificateService.WithRawResponsecertificates()abstract ProjectService.WithRawResponseprojects()-
-
Method Detail
-
withOptions
abstract 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
abstract AuditLogService.WithRawResponse auditLogs()
List user actions and configuration changes within this organization.
-
adminApiKeys
abstract AdminApiKeyService.WithRawResponse adminApiKeys()
-
usage
abstract UsageService.WithRawResponse usage()
-
invites
abstract InviteService.WithRawResponse invites()
-
users
abstract UserService.WithRawResponse users()
-
groups
abstract GroupService.WithRawResponse groups()
-
roles
abstract RoleService.WithRawResponse roles()
-
dataRetention
abstract DataRetentionService.WithRawResponse dataRetention()
-
spendAlerts
abstract SpendAlertService.WithRawResponse spendAlerts()
-
certificates
abstract CertificateService.WithRawResponse certificates()
-
projects
abstract ProjectService.WithRawResponse projects()
-
-
-
-