Package com.mailersend.sdk
Class Recipient
- java.lang.Object
-
- com.mailersend.sdk.Recipient
-
public class Recipient extends Object
Recipient class.
- Version:
- $Id: $Id
- Author:
- john
-
-
Constructor Detail
-
Recipient
public Recipient(String name, String email)
Simple constructor to set the properties- Parameters:
name- The name of the recipientemail- The email of the recipient
-
Recipient
public Recipient()
Allow the recipient to be instantiated without forcing the name and email attributes
-
-