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