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