Uses of Class
travel.wink.sdk.user.settings.model.UpsertWebhookRequest
Packages that use UpsertWebhookRequest
-
Uses of UpsertWebhookRequest in travel.wink.sdk.user.settings.api
Methods in travel.wink.sdk.user.settings.api with parameters of type UpsertWebhookRequestModifier 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 webhookorg.springframework.web.reactive.function.client.WebClient.ResponseSpecWebhookApi.createWebhookWithResponseSpec(UpsertWebhookRequest upsertWebhookRequest, String winkVersion) Create Webhook Create a new webhookreactor.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 webhookorg.springframework.web.reactive.function.client.WebClient.ResponseSpecWebhookApi.updateWebhookWithResponseSpec(String id, UpsertWebhookRequest upsertWebhookRequest, String winkVersion) Update Webhook Update an existing webhook -
Uses of UpsertWebhookRequest in travel.wink.sdk.user.settings.model
Methods in travel.wink.sdk.user.settings.model that return UpsertWebhookRequestModifier and TypeMethodDescriptionUpsertWebhookRequest.addEventListItem(String eventListItem) UpsertWebhookRequest.entity(ManagingEntity entity)