Interface EventTypeServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface EventTypeServiceAsync.WithRawResponseA view of EventTypeServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract EventTypeServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<HttpResponse>list()Returns a raw HTTP response for get /webhooks/v1/event_types, but is otherwise the same as EventTypeServiceAsync.list.abstract CompletableFuture<HttpResponse>list(EventTypeListParams params, RequestOptions requestOptions)CompletableFuture<HttpResponse>list(EventTypeListParams params)CompletableFuture<HttpResponse>list(RequestOptions requestOptions)-
-
Method Detail
-
withOptions
abstract EventTypeServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
list
CompletableFuture<HttpResponse> list()
Returns a raw HTTP response for
get /webhooks/v1/event_types, but is otherwise the same as EventTypeServiceAsync.list.
-
list
abstract CompletableFuture<HttpResponse> list(EventTypeListParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponse> list(EventTypeListParams params)
-
list
CompletableFuture<HttpResponse> list(RequestOptions requestOptions)
-
-
-
-