Package com.increase.api.services.async
Class EventSubscriptionServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.increase.api.services.async.EventSubscriptionServiceAsync.WithRawResponse
public final class EventSubscriptionServiceAsyncImpl.WithRawResponseImpl implements EventSubscriptionServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description CompletableFuture<HttpResponseFor<EventSubscription>>create(EventSubscriptionCreateParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /event_subscriptions, but is otherwise the same as EventSubscriptionServiceAsync.create.CompletableFuture<HttpResponseFor<EventSubscription>>retrieve(EventSubscriptionRetrieveParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /event_subscriptions/{event_subscription_id}, but is otherwise the same as EventSubscriptionServiceAsync.retrieve.CompletableFuture<HttpResponseFor<EventSubscription>>update(EventSubscriptionUpdateParams params, RequestOptions requestOptions)Returns a raw HTTP response for patch /event_subscriptions/{event_subscription_id}, but is otherwise the same as EventSubscriptionServiceAsync.update.CompletableFuture<HttpResponseFor<EventSubscriptionListPageAsync>>list(EventSubscriptionListParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /event_subscriptions, but is otherwise the same as EventSubscriptionServiceAsync.list.-
-
Method Detail
-
create
CompletableFuture<HttpResponseFor<EventSubscription>> create(EventSubscriptionCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /event_subscriptions, but is otherwise the same as EventSubscriptionServiceAsync.create.
-
retrieve
CompletableFuture<HttpResponseFor<EventSubscription>> retrieve(EventSubscriptionRetrieveParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /event_subscriptions/{event_subscription_id}, but is otherwise the same as EventSubscriptionServiceAsync.retrieve.
-
update
CompletableFuture<HttpResponseFor<EventSubscription>> update(EventSubscriptionUpdateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
patch /event_subscriptions/{event_subscription_id}, but is otherwise the same as EventSubscriptionServiceAsync.update.
-
list
CompletableFuture<HttpResponseFor<EventSubscriptionListPageAsync>> list(EventSubscriptionListParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /event_subscriptions, but is otherwise the same as EventSubscriptionServiceAsync.list.
-
-
-
-