Uses of Class
io.trippay.sdk.payment.model.Notification
Packages that use Notification
-
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) @NotNull @Valid NotificationNotificationView.getNotification()Get notificationNotification.identifier(UUID identifier) 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) Methods in io.trippay.sdk.payment.model with parameters of type NotificationModifier and TypeMethodDescriptionNotificationView.notification(Notification notification) voidNotificationView.setNotification(Notification notification)