Uses of Class
com.duffel.sdk.model.UpdateWebhookRequest
Packages that use UpdateWebhookRequest
-
Uses of UpdateWebhookRequest in com.duffel.sdk.api
Methods in com.duffel.sdk.api with parameters of type UpdateWebhookRequestModifier and TypeMethodDescriptionreactor.core.publisher.Mono<UpdateWebhook200Response> NotificationsApi.updateWebhook(String accept, String duffelVersion, String id, String acceptEncoding, UpdateWebhookRequest updateWebhookRequest) Update a webhook Update a webhookreactor.core.publisher.Mono<UpdateWebhook200Response> WebhooksApi.updateWebhook(String accept, String duffelVersion, String id, String acceptEncoding, UpdateWebhookRequest updateWebhookRequest) Update a webhook Update a webhookreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<UpdateWebhook200Response>> NotificationsApi.updateWebhookWithHttpInfo(String accept, String duffelVersion, String id, String acceptEncoding, UpdateWebhookRequest updateWebhookRequest) Update a webhook Update a webhookreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<UpdateWebhook200Response>> WebhooksApi.updateWebhookWithHttpInfo(String accept, String duffelVersion, String id, String acceptEncoding, UpdateWebhookRequest updateWebhookRequest) Update a webhook Update a webhookorg.springframework.web.reactive.function.client.WebClient.ResponseSpecNotificationsApi.updateWebhookWithResponseSpec(String accept, String duffelVersion, String id, String acceptEncoding, UpdateWebhookRequest updateWebhookRequest) Update a webhook Update a webhookorg.springframework.web.reactive.function.client.WebClient.ResponseSpecWebhooksApi.updateWebhookWithResponseSpec(String accept, String duffelVersion, String id, String acceptEncoding, UpdateWebhookRequest updateWebhookRequest) Update a webhook Update a webhook -
Uses of UpdateWebhookRequest in com.duffel.sdk.model
Methods in com.duffel.sdk.model that return UpdateWebhookRequest