Interface EventSubscriptionServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface EventSubscriptionServiceAsync.WithRawResponseA view of EventSubscriptionServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract 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.abstract CompletableFuture<HttpResponseFor<EventSubscription>>create(EventSubscriptionCreateParams params)Returns a raw HTTP response for post /event_subscriptions, but is otherwise the same as EventSubscriptionServiceAsync.create.abstract 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.abstract CompletableFuture<HttpResponseFor<EventSubscription>>retrieve(EventSubscriptionRetrieveParams params)Returns a raw HTTP response for get /event_subscriptions/{event_subscription_id}, but is otherwise the same as EventSubscriptionServiceAsync.retrieve.abstract 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.abstract CompletableFuture<HttpResponseFor<EventSubscription>>update(EventSubscriptionUpdateParams params)Returns a raw HTTP response for patch /event_subscriptions/{event_subscription_id}, but is otherwise the same as EventSubscriptionServiceAsync.update.abstract 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.abstract CompletableFuture<HttpResponseFor<EventSubscriptionListPageAsync>>list(EventSubscriptionListParams params)Returns a raw HTTP response for get /event_subscriptions, but is otherwise the same as EventSubscriptionServiceAsync.list.abstract CompletableFuture<HttpResponseFor<EventSubscriptionListPageAsync>>list()Returns a raw HTTP response for get /event_subscriptions, but is otherwise the same as EventSubscriptionServiceAsync.list.CompletableFuture<HttpResponseFor<EventSubscriptionListPageAsync>>list(RequestOptions requestOptions)Returns a raw HTTP response for get /event_subscriptions, but is otherwise the same as EventSubscriptionServiceAsync.list.-
-
Method Detail
-
create
abstract 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.
-
create
abstract CompletableFuture<HttpResponseFor<EventSubscription>> create(EventSubscriptionCreateParams params)
Returns a raw HTTP response for
post /event_subscriptions, but is otherwise the same as EventSubscriptionServiceAsync.create.
-
retrieve
abstract 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.
-
retrieve
abstract CompletableFuture<HttpResponseFor<EventSubscription>> retrieve(EventSubscriptionRetrieveParams params)
Returns a raw HTTP response for
get /event_subscriptions/{event_subscription_id}, but is otherwise the same as EventSubscriptionServiceAsync.retrieve.
-
update
abstract 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.
-
update
abstract CompletableFuture<HttpResponseFor<EventSubscription>> update(EventSubscriptionUpdateParams params)
Returns a raw HTTP response for
patch /event_subscriptions/{event_subscription_id}, but is otherwise the same as EventSubscriptionServiceAsync.update.
-
list
abstract 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.
-
list
abstract CompletableFuture<HttpResponseFor<EventSubscriptionListPageAsync>> list(EventSubscriptionListParams params)
Returns a raw HTTP response for
get /event_subscriptions, but is otherwise the same as EventSubscriptionServiceAsync.list.
-
list
abstract CompletableFuture<HttpResponseFor<EventSubscriptionListPageAsync>> list()
Returns a raw HTTP response for
get /event_subscriptions, but is otherwise the same as EventSubscriptionServiceAsync.list.
-
list
CompletableFuture<HttpResponseFor<EventSubscriptionListPageAsync>> list(RequestOptions requestOptions)
Returns a raw HTTP response for
get /event_subscriptions, but is otherwise the same as EventSubscriptionServiceAsync.list.
-
-
-
-