Uses of Class
travel.wink.sdk.notification.model.NotificationAffiliate
Packages that use NotificationAffiliate
-
Uses of NotificationAffiliate in travel.wink.sdk.notification.api
Methods in travel.wink.sdk.notification.api that return types with arguments of type NotificationAffiliateModifier and TypeMethodDescriptionreactor.core.publisher.Mono<NotificationAffiliate> 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<NotificationAffiliate>> NotificationApi.removeNotificationWithHttpInfo(String companyIdentifier, String messageIdentifier, String winkVersion, String accept) Delete Notification Remove announcement specified by its identifier.reactor.core.publisher.Mono<NotificationAffiliate> NotificationApi.showNotification(String companyIdentifier, String messageIdentifier, String winkVersion, String accept) Show Notification Retrieve messages for a specific company by IDreactor.core.publisher.Flux<NotificationAffiliate> 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<NotificationAffiliate>>> 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<NotificationAffiliate>> NotificationApi.showNotificationWithHttpInfo(String companyIdentifier, String messageIdentifier, String winkVersion, String accept) Show Notification Retrieve messages for a specific company by ID -
Uses of NotificationAffiliate in travel.wink.sdk.notification.model
Methods in travel.wink.sdk.notification.model that return NotificationAffiliateModifier and TypeMethodDescriptionNotificationAffiliate.application(NotificationAffiliate.ApplicationEnum application) NotificationAffiliate.createdDate(LocalDateTime createdDate) NotificationAffiliate.lastUpdate(LocalDateTime lastUpdate) NotificationAffiliate.markedAsRemoved(Boolean markedAsRemoved) NotificationAffiliate.messageTemplateId(String messageTemplateId) NotificationAffiliate.notifyViaEmail(Boolean notifyViaEmail) NotificationAffiliate.ownerIdentifier(UUID ownerIdentifier) NotificationAffiliate.priority(NotificationAffiliate.PriorityEnum priority) NotificationAffiliate.recipientType(NotificationAffiliate.RecipientTypeEnum recipientType) NotificationAffiliate.type(NotificationAffiliate.TypeEnum type)