Interface EventTypeService
-
- All Implemented Interfaces:
public interface EventTypeServiceWebhook endpoint management
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceEventTypeService.WithRawResponseA view of EventTypeService that provides access to raw HTTP responses for each method.
-
Method Summary
Modifier and Type Method Description abstract EventTypeService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. abstract EventTypeServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. Unitlist()Returns the catalog of event types that can be subscribed to via webhook endpoints. abstract Unitlist(EventTypeListParams params, RequestOptions requestOptions)Unitlist(EventTypeListParams params)Unitlist(RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
abstract EventTypeService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
abstract EventTypeService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
list
Unit 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 Unit list(EventTypeListParams params, RequestOptions requestOptions)
-
list
Unit list(EventTypeListParams params)
-
list
Unit list(RequestOptions requestOptions)
-
-
-
-