Package | Description |
---|---|
com.mailslurp.models |
Modifier and Type | Method and Description |
---|---|
Recipient |
Recipient.emailAddress(String emailAddress) |
static Recipient |
Recipient.fromJson(String jsonString)
Create an instance of Recipient given an JSON string
|
Recipient |
Recipient.name(String name) |
Recipient |
Recipient.rawValue(String rawValue) |
Modifier and Type | Method and Description |
---|---|
List<Recipient> |
EmailRecipients.getBcc()
Get bcc
|
List<Recipient> |
EmailRecipients.getCc()
Get cc
|
List<Recipient> |
EmailRecipients.getTo()
Get to
|
Modifier and Type | Method and Description |
---|---|
EmailRecipients |
EmailRecipients.addBccItem(Recipient bccItem) |
EmailRecipients |
EmailRecipients.addCcItem(Recipient ccItem) |
EmailRecipients |
EmailRecipients.addToItem(Recipient toItem) |
Modifier and Type | Method and Description |
---|---|
EmailRecipients |
EmailRecipients.bcc(List<Recipient> bcc) |
EmailRecipients |
EmailRecipients.cc(List<Recipient> cc) |
void |
EmailRecipients.setBcc(List<Recipient> bcc) |
void |
EmailRecipients.setCc(List<Recipient> cc) |
void |
EmailRecipients.setTo(List<Recipient> to) |
EmailRecipients |
EmailRecipients.to(List<Recipient> to) |
Copyright © 2023. All rights reserved.