Uses of Class
com.duffel.sdk.model.CreateWebhook201Response
Packages that use CreateWebhook201Response
-
Uses of CreateWebhook201Response in com.duffel.sdk.api
Methods in com.duffel.sdk.api that return types with arguments of type CreateWebhook201ResponseModifier 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 CreateWebhook201Response in com.duffel.sdk.model
Methods in com.duffel.sdk.model that return CreateWebhook201ResponseModifier and TypeMethodDescriptionCreateWebhook201Response.data(CreateWebhook201ResponseData data)