Package com.lithic.api.services.async
Class EventServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.lithic.api.services.async.EventServiceAsync.WithRawResponse
public final class EventServiceAsyncImpl.WithRawResponseImpl implements EventServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description SubscriptionServiceAsync.WithRawResponsesubscriptions()CompletableFuture<HttpResponseFor<Event>>retrieve(EventRetrieveParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<EventListPageAsync>>list(EventListParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<EventListAttemptsPageAsync>>listAttempts(EventListAttemptsParams params, RequestOptions requestOptions)-
-
Method Detail
-
subscriptions
SubscriptionServiceAsync.WithRawResponse subscriptions()
-
retrieve
CompletableFuture<HttpResponseFor<Event>> retrieve(EventRetrieveParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<EventListPageAsync>> list(EventListParams params, RequestOptions requestOptions)
-
listAttempts
CompletableFuture<HttpResponseFor<EventListAttemptsPageAsync>> listAttempts(EventListAttemptsParams params, RequestOptions requestOptions)
-
-
-
-