Uses of Class
com.logicaldoc.core.communication.Recipient
Packages that use Recipient
Package
Description
Classes that model emails and messages and the machinery to work with them.
-
Uses of Recipient in com.logicaldoc.core.communication
Methods in com.logicaldoc.core.communication that return RecipientMethods in com.logicaldoc.core.communication that return types with arguments of type RecipientModifier and TypeMethodDescriptionMessage.getRecipients()EMail.getRecipientsBCC()EMail.getRecipientsCC()EMail.getReplyTo()Methods in com.logicaldoc.core.communication with parameters of type RecipientMethod parameters in com.logicaldoc.core.communication with type arguments of type RecipientModifier and TypeMethodDescriptionvoidMessage.setRecipients(Set<Recipient> recipients) voidEMail.setRecipientsBCC(Set<Recipient> recipientsBCC) voidEMail.setRecipientsCC(Set<Recipient> recipientsCC) voidEMail.setReplyTo(Set<Recipient> replyTo) Constructors in com.logicaldoc.core.communication with parameters of type Recipient