Package net.bluemind.backend.mail.api
Class MessageBody.Recipient
java.lang.Object
net.bluemind.backend.mail.api.MessageBody.Recipient
- Enclosing class:
MessageBody
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic MessageBody.Recipient
create
(MessageBody.RecipientKind kind, String dn, String address) toString()
The string produced here is used to fill elasticsearch, modify with care
-
Field Details
-
kind
-
address
-
dn
-
-
Constructor Details
-
Recipient
public Recipient()
-
-
Method Details
-
create
public static MessageBody.Recipient create(MessageBody.RecipientKind kind, String dn, String address) -
toString
The string produced here is used to fill elasticsearch, modify with care
-