Package com.lithic.api.services.blocking
Class EventServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.lithic.api.services.blocking.EventService.WithRawResponse
public final class EventServiceImpl.WithRawResponseImpl implements EventService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description SubscriptionService.WithRawResponsesubscriptions()EventSubscriptionService.WithRawResponseeventSubscriptions()HttpResponseFor<Event>retrieve(EventRetrieveParams params, RequestOptions requestOptions)HttpResponseFor<EventListPage>list(EventListParams params, RequestOptions requestOptions)HttpResponseFor<EventListAttemptsPage>listAttempts(EventListAttemptsParams params, RequestOptions requestOptions)-
-
Method Detail
-
subscriptions
SubscriptionService.WithRawResponse subscriptions()
-
eventSubscriptions
EventSubscriptionService.WithRawResponse eventSubscriptions()
-
retrieve
HttpResponseFor<Event> retrieve(EventRetrieveParams params, RequestOptions requestOptions)
-
list
HttpResponseFor<EventListPage> list(EventListParams params, RequestOptions requestOptions)
-
listAttempts
HttpResponseFor<EventListAttemptsPage> listAttempts(EventListAttemptsParams params, RequestOptions requestOptions)
-
-
-
-