Uses of Class
com.duffel.sdk.model.CreateWebhookRequest
Packages that use CreateWebhookRequest
-
Uses of CreateWebhookRequest in com.duffel.sdk.api
Methods in com.duffel.sdk.api with parameters of type CreateWebhookRequestModifier and TypeMethodDescriptionreactor.core.publisher.Mono<CreateWebhook201Response>NotificationsApi.createWebhook(String accept, String duffelVersion, String acceptEncoding, String contentType, CreateWebhookRequest createWebhookRequest) Create a webhook To start receiving notifications of events, you'll need to create a webhook that details the server that will receive the notifications.reactor.core.publisher.Mono<CreateWebhook201Response>WebhooksApi.createWebhook(String accept, String duffelVersion, String acceptEncoding, String contentType, CreateWebhookRequest createWebhookRequest) Create a webhook To start receiving notifications of events, you'll need to create a webhook that details the server that will receive the notifications.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CreateWebhook201Response>>NotificationsApi.createWebhookWithHttpInfo(String accept, String duffelVersion, String acceptEncoding, String contentType, CreateWebhookRequest createWebhookRequest) reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CreateWebhook201Response>>WebhooksApi.createWebhookWithHttpInfo(String accept, String duffelVersion, String acceptEncoding, String contentType, CreateWebhookRequest createWebhookRequest) -
Uses of CreateWebhookRequest in com.duffel.sdk.model
Methods in com.duffel.sdk.model that return CreateWebhookRequest