toggle menu
contact-models
JVM
switch theme
search in API
contact-models
/
org.cryptotrader.contact.library.entity.builder
/
EmailBuilder
Email
Builder
open
class
EmailBuilder
:
AbstractEmail
Members
Constructors
Email
Builder
Link copied to clipboard
constructor
(
)
Functions
body
Link copied to clipboard
open
fun
body
(
body
:
String
)
:
AbstractEmail
build
Link copied to clipboard
open
fun
build
(
)
:
Email
abstract
fun
build
(
)
:
T
crypto
Trader
Mailer
Link copied to clipboard
open
fun
cryptoTraderMailer
(
mailer
:
CryptoTraderMailer
)
:
AbstractEmail
subject
Link copied to clipboard
open
fun
subject
(
subject
:
String
)
:
AbstractEmail
to
Address
Link copied to clipboard
open
fun
toAddress
(
toAddress
:
String
)
:
AbstractEmail
type
Link copied to clipboard
open
fun
type
(
type
:
EmailType
)
:
AbstractEmail