Class EventTypeServiceImpl
-
- All Implemented Interfaces:
-
dev.case.api.services.blocking.webhooks.v1.EventTypeService
public final class EventTypeServiceImpl implements EventTypeService
Webhook endpoint management
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classEventTypeServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description EventTypeService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. EventTypeServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. Unitlist(EventTypeListParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
EventTypeService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
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(EventTypeListParams params, RequestOptions requestOptions)
-
-
-
-