Email

com.mchange.feedletter.SubscriptionManager.Email
See theEmail companion trait
object Email

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Email.type

Members list

Type members

Classlikes

final case class Daily(from: Email, replyTo: Option[Email], composeUntemplateName: String, confirmUntemplateName: String, statusChangeUntemplateName: String, removalNotificationUntemplateName: String, timeZone: Option[ZoneId], extraParams: Map[String, String]) extends Email, PeriodBased

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait PeriodBased
trait Email
trait Jsonable
class Object
trait Matchable
class Any
Show all
case class Each(from: Email, replyTo: Option[Email], composeUntemplateName: String, confirmUntemplateName: String, statusChangeUntemplateName: String, removalNotificationUntemplateName: String, extraParams: Map[String, String]) extends Email

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Email
trait Jsonable
class Object
trait Matchable
class Any
Show all
final case class Fixed(from: Email, replyTo: Option[Email], composeUntemplateName: String, confirmUntemplateName: String, statusChangeUntemplateName: String, removalNotificationUntemplateName: String, numItemsPerLetter: Int, extraParams: Map[String, String]) extends Email

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Email
trait Jsonable
class Object
trait Matchable
class Any
Show all
final case class Weekly(from: Email, replyTo: Option[Email], composeUntemplateName: String, confirmUntemplateName: String, statusChangeUntemplateName: String, removalNotificationUntemplateName: String, timeZone: Option[ZoneId], extraParams: Map[String, String]) extends Email, PeriodBased

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait PeriodBased
trait Email
trait Jsonable
class Object
trait Matchable
class Any
Show all

Types

type Companion = Each.type | Daily.type | Weekly.type | Fixed.type
type Instance = Each | Daily | Weekly | Fixed

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror