Interface AuditLogServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface AuditLogServiceAsync.WithRawResponseA view of AuditLogServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract AuditLogServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<HttpResponseFor<AuditLogListPageAsync>>list()Returns a raw HTTP response for get /organization/audit_logs, but is otherwise the same as AuditLogServiceAsync.list.abstract CompletableFuture<HttpResponseFor<AuditLogListPageAsync>>list(AuditLogListParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<AuditLogListPageAsync>>list(AuditLogListParams params)CompletableFuture<HttpResponseFor<AuditLogListPageAsync>>list(RequestOptions requestOptions)-
-
Method Detail
-
withOptions
abstract AuditLogServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
list
CompletableFuture<HttpResponseFor<AuditLogListPageAsync>> list()
Returns a raw HTTP response for
get /organization/audit_logs, but is otherwise the same as AuditLogServiceAsync.list.
-
list
abstract CompletableFuture<HttpResponseFor<AuditLogListPageAsync>> list(AuditLogListParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<AuditLogListPageAsync>> list(AuditLogListParams params)
-
list
CompletableFuture<HttpResponseFor<AuditLogListPageAsync>> list(RequestOptions requestOptions)
-
-
-
-