Uses of Class
travel.wink.sdk.user.settings.model.Webhook
Packages that use Webhook
-
Uses of Webhook in travel.wink.sdk.user.settings.api
Methods in travel.wink.sdk.user.settings.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, String accept) Show Webhook Show a specific webhookreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Webhook>> WebhookApi.loadWebhookWithHttpInfo(String id, String winkVersion, String accept) Show Webhook Show a specific webhookreactor.core.publisher.Flux<Webhook> WebhookApi.showWebhooks(String winkVersion, String accept) Show Webhooks List all webhooks owned by creating entityWebhookApi.showWebhooksWithHttpInfo(String winkVersion, String accept) 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 travel.wink.sdk.user.settings.model
Methods in travel.wink.sdk.user.settings.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)