Uses of Class
travel.wink.sdk.notification.model.NotificationViewAffiliate
Packages that use NotificationViewAffiliate
-
Uses of NotificationViewAffiliate in travel.wink.sdk.notification.api
Methods in travel.wink.sdk.notification.api that return types with arguments of type NotificationViewAffiliateModifier and TypeMethodDescriptionreactor.core.publisher.Mono<NotificationViewAffiliate> NotificationApi.markAsRead(String companyIdentifier, String messageIdentifier, Object body, String winkVersion) Mark As Read Mark notification as read.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<NotificationViewAffiliate>> NotificationApi.markAsReadWithHttpInfo(String companyIdentifier, String messageIdentifier, Object body, String winkVersion) Mark As Read Mark notification as read.reactor.core.publisher.Mono<NotificationViewAffiliate> NotificationApi.showNotifications(String companyIdentifier, String messageIdentifier, String winkVersion, String accept) Show Notification Retrieve messages for a specific company by IDreactor.core.publisher.Flux<NotificationViewAffiliate> NotificationApi.showNotifications1(String companyIdentifier, String winkVersion, String accept) Show Notifications Retrieve all the messages for this companyreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<NotificationViewAffiliate>>> NotificationApi.showNotifications1WithHttpInfo(String companyIdentifier, String winkVersion, String accept) Show Notifications Retrieve all the messages for this companyreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<NotificationViewAffiliate>> NotificationApi.showNotificationsWithHttpInfo(String companyIdentifier, String messageIdentifier, String winkVersion, String accept) Show Notification Retrieve messages for a specific company by ID -
Uses of NotificationViewAffiliate in travel.wink.sdk.notification.model
Methods in travel.wink.sdk.notification.model that return NotificationViewAffiliateModifier and TypeMethodDescriptionNotificationViewAffiliate.notification(NotificationAffiliate notification)