Interface EventTypeServiceAsync
-
- All Implemented Interfaces:
public interface EventTypeServiceAsyncWebhook endpoint management
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceEventTypeServiceAsync.WithRawResponseA view of EventTypeServiceAsync that provides access to raw HTTP responses for each method.
-
Method Summary
Modifier and Type Method Description abstract EventTypeServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. abstract EventTypeServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<Void>list()Returns the catalog of event types that can be subscribed to via webhook endpoints. abstract CompletableFuture<Void>list(EventTypeListParams params, RequestOptions requestOptions)CompletableFuture<Void>list(EventTypeListParams params)CompletableFuture<Void>list(RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
abstract EventTypeServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
abstract EventTypeServiceAsync 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<Void> list()
Returns the catalog of event types that can be subscribed to via webhook endpoints. Each entry lists the required service scope the API key must carry to subscribe, plus the stability level.
-
list
abstract CompletableFuture<Void> list(EventTypeListParams params, RequestOptions requestOptions)
-
list
CompletableFuture<Void> list(EventTypeListParams params)
-
list
CompletableFuture<Void> list(RequestOptions requestOptions)
-
-
-
-