Package com.courier.services.async
Class AuditEventServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.courier.services.async.AuditEventServiceAsync
public final class AuditEventServiceAsyncImpl implements AuditEventServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAuditEventServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description AuditEventServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. AuditEventServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<AuditEvent>retrieve(AuditEventRetrieveParams params, RequestOptions requestOptions)CompletableFuture<AuditEventListResponse>list(AuditEventListParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
AuditEventServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
AuditEventServiceAsync 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<AuditEvent> retrieve(AuditEventRetrieveParams params, RequestOptions requestOptions)
-
list
CompletableFuture<AuditEventListResponse> list(AuditEventListParams params, RequestOptions requestOptions)
-
-
-
-