Package | Description |
---|---|
com.manydesigns.mail.queue.model |
Modifier and Type | Field and Description |
---|---|
protected Recipient.Type |
Recipient.type |
Modifier and Type | Method and Description |
---|---|
Recipient.Type |
Recipient.getType() |
static Recipient.Type |
Recipient.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Recipient.Type[] |
Recipient.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Recipient.setType(Recipient.Type type) |
Constructor and Description |
---|
Recipient(Recipient.Type type,
String address) |