Uses of Class
io.trippay.sdk.payment.model.Notification
Packages that use Notification
-
Uses of Notification in io.trippay.sdk.payment.api
Methods in io.trippay.sdk.payment.api that return types with arguments of type NotificationModifier and TypeMethodDescriptionreactor.core.publisher.Flux<Notification> SendNotificationControllerApi.createNotification(SendNotification sendNotification, String winkVersion) 201 - Createdreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<Notification>>> SendNotificationControllerApi.createNotificationWithHttpInfo(SendNotification sendNotification, String winkVersion) 201 - Createdreactor.core.publisher.Mono<Notification> NotificationApi.removeNotification(String accountIdentifier, String messageIdentifier, String winkVersion, String accept) Delete Notification Remove announcement specified by its identifier.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Notification>> NotificationApi.removeNotificationWithHttpInfo(String accountIdentifier, String messageIdentifier, String winkVersion, String accept) Delete Notification Remove announcement specified by its identifier.reactor.core.publisher.Mono<Notification> NotificationApi.showNotification(String accountIdentifier, String messageIdentifier, String winkVersion, String accept) Show Notification Retrieve messages for a specific company by IDreactor.core.publisher.Flux<Notification> NotificationApi.showNotifications(String accountIdentifier, String winkVersion, String accept) Show Notifications Retrieve all the messages for this account.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<Notification>>> NotificationApi.showNotificationsWithHttpInfo(String accountIdentifier, String winkVersion, String accept) Show Notifications Retrieve all the messages for this account.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Notification>> NotificationApi.showNotificationWithHttpInfo(String accountIdentifier, String messageIdentifier, String winkVersion, String accept) Show Notification Retrieve messages for a specific company by ID -
Uses of Notification in io.trippay.sdk.payment.model
Methods in io.trippay.sdk.payment.model that return NotificationModifier and TypeMethodDescriptionNotification.application(Notification.ApplicationEnum application) Notification.createdDate(LocalDateTime createdDate) Notification.lastUpdate(LocalDateTime lastUpdate) Notification.markedAsRemoved(Boolean markedAsRemoved) Notification.messageTemplateId(String messageTemplateId) Notification.notifyViaEmail(Boolean notifyViaEmail) Notification.ownerIdentifier(UUID ownerIdentifier) Notification.priority(Notification.PriorityEnum priority) Notification.recipientType(Notification.RecipientTypeEnum recipientType) Notification.type(Notification.TypeEnum type)