Uses of Class
de.aristaflow.adept2.model.common.plugindata.MailNotificationData.Addressees
-
Packages that use MailNotificationData.Addressees Package Description de.aristaflow.adept2.model.common.plugindata Plug-in data interfaces which are used across different data models. -
-
Uses of MailNotificationData.Addressees in de.aristaflow.adept2.model.common.plugindata
Methods in de.aristaflow.adept2.model.common.plugindata that return MailNotificationData.Addressees Modifier and Type Method Description MailNotificationData.AddresseesMailNotificationData. getAddressees()Returns how the addresses of the recipients are determined, cf.static MailNotificationData.AddresseesMailNotificationData.Addressees. valueOf(String name)Returns the enum constant of this type with the specified name.static MailNotificationData.Addressees[]MailNotificationData.Addressees. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.aristaflow.adept2.model.common.plugindata with parameters of type MailNotificationData.Addressees Modifier and Type Method Description voidMailNotificationData. setAddressees(MailNotificationData.Addressees addressees)Setter forMailNotificationData.getAddressees().
-