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.removeNotification(String companyIdentifier, String messageIdentifier, String winkVersion, String accept) Delete Notification Remove announcement specified by its identifier.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<NotificationViewAffiliate>> NotificationApi.removeNotificationWithHttpInfo(String companyIdentifier, String messageIdentifier, String winkVersion, String accept) Delete Notification Remove announcement specified by its identifier.reactor.core.publisher.Mono<NotificationViewAffiliate> NotificationApi.showNotification(String companyIdentifier, String messageIdentifier, String winkVersion, String accept) Show Notification Retrieve messages for a specific company by IDreactor.core.publisher.Flux<NotificationViewAffiliate> NotificationApi.showNotifications(String companyIdentifier, String app, String winkVersion, String accept) Show Notifications Retrieve all the messages for this companyreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<NotificationViewAffiliate>>> NotificationApi.showNotificationsWithHttpInfo(String companyIdentifier, String app, String winkVersion, String accept) Show Notifications Retrieve all the messages for this companyreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<NotificationViewAffiliate>> NotificationApi.showNotificationWithHttpInfo(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.createdDate(LocalDateTime createdDate) NotificationViewAffiliate.lastUpdate(LocalDateTime lastUpdate) NotificationViewAffiliate.notification(NotificationAffiliate notification)