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