| Package | Description |
|---|---|
| net.troja.eve.esi.model |
| Modifier and Type | Method and Description |
|---|---|
Recipient |
Recipient.recipientId(Integer recipientId) |
Recipient |
Recipient.recipientType(Recipient.RecipientTypeEnum recipientType) |
| Modifier and Type | Method and Description |
|---|---|
List<Recipient> |
MailResponse.getRecipients()
Recipients of the mail
|
List<Recipient> |
Mail.getRecipients()
recipients array
|
List<Recipient> |
MailHeadersResponse.getRecipients()
Recipients of the mail
|
| Modifier and Type | Method and Description |
|---|---|
MailResponse |
MailResponse.addRecipientsItem(Recipient recipientsItem) |
Mail |
Mail.addRecipientsItem(Recipient recipientsItem) |
MailHeadersResponse |
MailHeadersResponse.addRecipientsItem(Recipient recipientsItem) |
| Modifier and Type | Method and Description |
|---|---|
MailResponse |
MailResponse.recipients(List<Recipient> recipients) |
Mail |
Mail.recipients(List<Recipient> recipients) |
MailHeadersResponse |
MailHeadersResponse.recipients(List<Recipient> recipients) |
void |
MailResponse.setRecipients(List<Recipient> recipients) |
void |
Mail.setRecipients(List<Recipient> recipients) |
void |
MailHeadersResponse.setRecipients(List<Recipient> recipients) |
Copyright © 2018. All Rights Reserved.