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