public static class Recipients.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Recipients.Builder |
bcc(List<EmailAddress> bcc)
Array of BCC address.
|
Recipients |
build() |
Recipients.Builder |
cc(List<EmailAddress> cc)
Array of CC address.
|
Recipients.Builder |
copy(Recipients model) |
Recipients.Builder |
to(List<EmailAddress> to)
Array of To address.
|
public Recipients.Builder to(List<EmailAddress> to)
Array of To address.
to
- the value to setpublic Recipients.Builder cc(List<EmailAddress> cc)
Array of CC address.
cc
- the value to setpublic Recipients.Builder bcc(List<EmailAddress> bcc)
Array of BCC address. Bcc headers can only be viewed by non bcc recipients.
bcc
- the value to setpublic Recipients build()
public Recipients.Builder copy(Recipients model)
Copyright © 2016–2024. All rights reserved.