Package com.courier.services.async
Class AuditEventServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.courier.services.async.AuditEventServiceAsync.WithRawResponse
public final class AuditEventServiceAsyncImpl.WithRawResponseImpl implements AuditEventServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description AuditEventServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<HttpResponseFor<AuditEvent>>retrieve(AuditEventRetrieveParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<AuditEventListResponse>>list(AuditEventListParams params, RequestOptions requestOptions)-
-
Method Detail
-
withOptions
AuditEventServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
retrieve
CompletableFuture<HttpResponseFor<AuditEvent>> retrieve(AuditEventRetrieveParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<AuditEventListResponse>> list(AuditEventListParams params, RequestOptions requestOptions)
-
-
-
-