Uses of Class
com.duffel.sdk.model.GetWebhook200Response
Packages that use GetWebhook200Response
-
Uses of GetWebhook200Response in com.duffel.sdk.api
Methods in com.duffel.sdk.api that return types with arguments of type GetWebhook200ResponseModifier and TypeMethodDescriptionreactor.core.publisher.Mono<GetWebhook200Response>NotificationsApi.getWebhook(String accept, String duffelVersion, String acceptEncoding, Integer limit, String before, String after) List webhooks Retrieve a paginated list of webhooksreactor.core.publisher.Mono<GetWebhook200Response>WebhooksApi.getWebhook(String accept, String duffelVersion, String acceptEncoding, Integer limit, String before, String after) List webhooks Retrieve a paginated list of webhooksreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<GetWebhook200Response>>NotificationsApi.getWebhookWithHttpInfo(String accept, String duffelVersion, String acceptEncoding, Integer limit, String before, String after) reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<GetWebhook200Response>>WebhooksApi.getWebhookWithHttpInfo(String accept, String duffelVersion, String acceptEncoding, Integer limit, String before, String after) -
Uses of GetWebhook200Response in com.duffel.sdk.model
Methods in com.duffel.sdk.model that return GetWebhook200ResponseModifier and TypeMethodDescriptionGetWebhook200Response.addDataItem(Webhook1 dataItem) GetWebhook200Response.meta(PaginationMeta meta)