Uses of Class
io.trippay.sdk.payment.model.Webhook
Packages that use Webhook
-
Uses of Webhook in io.trippay.sdk.payment.api
Methods in io.trippay.sdk.payment.api that return types with arguments of type WebhookModifier and TypeMethodDescriptionreactor.core.publisher.Mono<Webhook> WebhookApi.createWebhook(UpsertWebhookRequest upsertWebhookRequest, String winkVersion) Create Webhook Create a new webhookreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Webhook>> WebhookApi.createWebhookWithHttpInfo(UpsertWebhookRequest upsertWebhookRequest, String winkVersion) Create Webhook Create a new webhookreactor.core.publisher.Mono<Webhook> WebhookApi.loadWebhook(String id, String winkVersion) Show Webhook Show a specific webhookreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Webhook>> WebhookApi.loadWebhookWithHttpInfo(String id, String winkVersion) Show Webhook Show a specific webhookreactor.core.publisher.Flux<Webhook> WebhookApi.showWebhooksByAccountsByOwner(String winkVersion) Show Webhooks List all webhooks owned by creating entityWebhookApi.showWebhooksByAccountsByOwnerWithHttpInfo(String winkVersion) Show Webhooks List all webhooks owned by creating entityreactor.core.publisher.Mono<Webhook> WebhookApi.updateWebhook(String id, UpsertWebhookRequest upsertWebhookRequest, String winkVersion) Update Webhook Update an existing webhookreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Webhook>> WebhookApi.updateWebhookWithHttpInfo(String id, UpsertWebhookRequest upsertWebhookRequest, String winkVersion) Update Webhook Update an existing webhook -
Uses of Webhook in io.trippay.sdk.payment.model
Methods in io.trippay.sdk.payment.model that return WebhookModifier and TypeMethodDescriptionWebhook.addEventListItem(String eventListItem) Webhook.createdDate(LocalDateTime createdDate) Webhook.lastUpdate(LocalDateTime lastUpdate) Webhook.ownerIdentifier(UUID ownerIdentifier) Webhook.ownerType(Webhook.OwnerTypeEnum ownerType) Webhook.userIdentifier(UUID userIdentifier)