public class Receiver extends Address
Constructor and Description |
---|
Receiver(String email,
Mail.RecipientType type) |
Receiver(String email,
String name) |
Receiver(String email,
String name,
Mail.RecipientType type) |
Modifier and Type | Method and Description |
---|---|
Mail.RecipientType |
getType() |
boolean |
isValid() |
void |
markInvalid() |
String |
toString() |
public Receiver(String email, String name, Mail.RecipientType type)
public Receiver(String email, Mail.RecipientType type)
public Mail.RecipientType getType()
public void markInvalid()
public boolean isValid()
Copyright © 2011–2017 aiticon GmbH. All rights reserved.