com.mchange.feedletter.style.core.scala~ Maven / Gradle / Ivy
package com.mchange.feedletter.style
case class StatusChangeInfo(
change : SubscriptionStatusChange,
subscriptionName : String,
subscriptionManager : SubscriptionManager,
destination : Destination,
requiresConfirmation : Boolean,
unsubscribeLink : String,
resubscribeLink : String
)
case class RemovalNotificationInfo(
subscriptionName : String,
subscriptionManager : SubscriptionManager,
destination : Destination,
resubscribeLink : String
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy