Package com.increase.api.services.async
Class EventServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.increase.api.services.async.EventServiceAsync.WithRawResponse
public final class EventServiceAsyncImpl.WithRawResponseImpl implements EventServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description CompletableFuture<HttpResponseFor<Event>>retrieve(EventRetrieveParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /events/{event_id}, but is otherwise the same as EventServiceAsync.retrieve.CompletableFuture<HttpResponseFor<EventListPageAsync>>list(EventListParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /events, but is otherwise the same as EventServiceAsync.list.-
-
Method Detail
-
retrieve
CompletableFuture<HttpResponseFor<Event>> retrieve(EventRetrieveParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /events/{event_id}, but is otherwise the same as EventServiceAsync.retrieve.
-
list
CompletableFuture<HttpResponseFor<EventListPageAsync>> list(EventListParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /events, but is otherwise the same as EventServiceAsync.list.
-
-
-
-