public class MailCreationSettingsGroups
extends java.lang.Object
This class stores all addresses a notification should be sent to but grouped by their requested settings.
This is then used to send as few emails as necessary to honour all the different settings while keeping things like CC lists intact as much as possible.
In many, if not most cases, we will still end up with just one settings group for all addresses though.
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<MailCreationSettings,java.util.Collection<AddressWithInfo>> |
getAddressesBySettings() |
void |
setAddressesBySettings(java.util.Map<MailCreationSettings,java.util.Collection<AddressWithInfo>> $1) |
public java.util.Map<MailCreationSettings,java.util.Collection<AddressWithInfo>> getAddressesBySettings()
public void setAddressesBySettings(java.util.Map<MailCreationSettings,java.util.Collection<AddressWithInfo>> $1)
Copyright © 2000-2026 OAshi S.à r.l. All Rights Reserved.