|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReceiverMailAddressSet | |
---|---|
org.silverpeas.mail |
Uses of ReceiverMailAddressSet in org.silverpeas.mail |
---|
Methods in org.silverpeas.mail that return ReceiverMailAddressSet | |
---|---|
ReceiverMailAddressSet |
MailToSend.getTo()
|
static ReceiverMailAddressSet |
ReceiverMailAddressSet.ofRecipientType(ReceiverMailAddressSet.MailRecipientType mailRecipientType)
Adds several MailAddress instances. |
static ReceiverMailAddressSet |
ReceiverMailAddressSet.with(Collection<MailAddress> mailAddresses)
Adds several MailAddress instances. |
static ReceiverMailAddressSet |
ReceiverMailAddressSet.with(MailAddress... mailAddresses)
See with(java.util.Collection) details. |
ReceiverMailAddressSet |
ReceiverMailAddressSet.withReceiversBatchSizeOf(int receiversBatchSizeForOneSend)
Sets the new number of receivers that must be specified for one send. |
ReceiverMailAddressSet |
ReceiverMailAddressSet.withRecipientType(ReceiverMailAddressSet.MailRecipientType recipientType)
Sets a recipient type. |
Methods in org.silverpeas.mail that return types with arguments of type ReceiverMailAddressSet | |
---|---|
List<ReceiverMailAddressSet> |
ReceiverMailAddressSet.getBatchedReceiversList()
Gets the list of receiver batches according to the defined number of receivers per send batch. |
Methods in org.silverpeas.mail with parameters of type ReceiverMailAddressSet | |
---|---|
void |
MailToSend.setTo(ReceiverMailAddressSet to)
|
MailSending |
MailSending.to(ReceiverMailAddressSet receiverMailAddressSet)
Permits to specify the receiver of the mail. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |