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 EventService.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. 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)-
Methods inherited from class com.lithic.api.services.blocking.EventService.WithRawResponse
list, list, list, listAttempts, listAttempts, listAttempts, listAttempts, listAttempts, retrieve, retrieve, retrieve, retrieve, retrieve -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withOptions
EventService.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
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)
-
-
-
-